Class ScheduleItemResourceConnection
Represents the connection of an IScheduleItem to an IScheduleResource.
Inheritance
System.Object
ScheduleItemResourceConnection
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 ScheduleItemResourceConnection
Properties
| Improve this Doc View SourceResourceId
Gets or sets the System.Object (Id) of the IScheduleResource connected to the IScheduleItem.
Declaration
public object ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ScheduleItemId
Gets or sets the System.Guid (Id) of the IScheduleItem connected to the IScheduleResource.
Declaration
public object ScheduleItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Object |