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 SourceId
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 |
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 |
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 |
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 |
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 |
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 |
ResourceTypeOrderPosition
Gets or sets the System.IComparable representing the position of the resources
Declaration
IComparable ResourceTypeOrderPosition { get; set; }
Property Value
Type | Description |
---|---|
System.IComparable |