Search Results for

    Show / Hide Table of Contents

    Interface IScheduleResource

    Defines basic methods and properties of a schedule resource.

    Namespace: Simplic.UI.ScheduleView
    Assembly: Simplic.UI.dll
    Syntax
    public interface IScheduleResource

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the System.Object representing the unique identifier of the IScheduleResource instance.

    Declaration
    object Id { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    OrderPosition

    Gets or sets the System.IComparable representing the position of the resource in a ordered collection of IScheduleResources.

    Declaration
    IComparable OrderPosition { get; set; }
    Property Value
    Type Description
    System.IComparable
    | Improve this Doc View Source

    ResourceTypeAllowMultipleSelection

    Gets or sets the System.Boolean representing whether the resource type the resource belongs to allows multiple selection.

    Declaration
    bool ResourceTypeAllowMultipleSelection { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ResourceTypeDisplayName

    Gets or sets the System.String representing the display name of the resource type the schedule resource belongs to.

    Declaration
    string ResourceTypeDisplayName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ResourceTypeIsResourceGroupDescription

    Gets or sets the System.Boolean value indicating whether the resource type is also a resource group description.

    Declaration
    bool ResourceTypeIsResourceGroupDescription { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ResourceTypeName

    Gets or sets the System.String representing the name of the resource type the schedule resource belongs to.

    Declaration
    string ResourceTypeName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ResourceTypeOrderPosition

    Gets or sets the System.IComparable representing the position of the resources in a ordered collection of s.

    Declaration
    IComparable ResourceTypeOrderPosition { get; set; }
    Property Value
    Type Description
    System.IComparable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx