Search Results for

    Show / Hide Table of Contents

    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 Source

    ResourceId

    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
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx