Class ScheduleResource
Simplic-version of an
Inheritance
System.Object
ScheduleResource
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.UI.ScheduleView
Assembly: Simplic.UI.dll
Syntax
public class ScheduleResource : IScheduleResource, IComparable<IScheduleResource>
Properties
| Improve this Doc View SourceDisplayName
See
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
See Id.
Declaration
public object Id { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
OrderPosition
See OrderPosition. Defaults to DisplayName.
Declaration
public IComparable OrderPosition { get; set; }
Property Value
Type | Description |
---|---|
System.IComparable |
ResourceName
See
Declaration
public string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResourceType
See
Declaration
public string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResourceTypeAllowMultipleSelection
Declaration
public bool ResourceTypeAllowMultipleSelection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ResourceTypeDisplayName
Declaration
public string ResourceTypeDisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResourceTypeIsResourceGroupDescription
Declaration
public bool ResourceTypeIsResourceGroupDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ResourceTypeName
See ResourceTypeName.
Declaration
public string ResourceTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResourceTypeOrderPosition
See ResourceTypeOrderPosition. Defaults to ResourceTypeDisplayName.
Declaration
public IComparable ResourceTypeOrderPosition { get; set; }
Property Value
Type | Description |
---|---|
System.IComparable |
Methods
| Improve this Doc View SourceCompareTo(IScheduleResource)
See System.IComparable<T>.CompareTo(T).
Declaration
public int CompareTo(IScheduleResource other)
Parameters
Type | Name | Description |
---|---|---|
IScheduleResource | other |
Returns
Type | Description |
---|---|
System.Int32 |
Equals(IResource)
See System.IEquatable<T>.Equals(T).
Declaration
public bool Equals(IResource other)
Parameters
Type | Name | Description |
---|---|---|
IResource | other |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
IResource
System.IComparable<T>