Search Results for

    Show / Hide Table of Contents

    Class ResourceModel

    Represents a resource-requirement-planning resource

    Inheritance
    System.Object
    ResourceModel
    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.Logistics.Planning
    Assembly: Simplic.Logistics.Planning.dll
    Syntax
    public class ResourceModel

    Properties

    | Improve this Doc View Source

    DisplayText

    Gets or sets the resource display text

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

    DispositionSortingKey

    Gets or sets the order key

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

    GroupId

    Gets or sets the vehicle type

    Declaration
    public Guid GroupId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Id

    Gets or sets the resource id

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

    TypeId

    Gets or sets the vehicle type

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