Search Results for

    Show / Hide Table of Contents

    Class ResourceViewModel

    Represents the resource view model that contains the information of a resources

    Inheritance
    System.Object
    ResourceViewModel
    Namespace: Simplic.PlugIn.Logistics.UI.ResourceRequirementsPlanning
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class ResourceViewModel : IResource

    Properties

    | Improve this Doc View Source

    DisplayName

    Gets or sets the display name

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

    Id

    Gets or sets the id

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

    ResourceName

    Gets or sets the resource name

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

    ResourceType

    Gets or sets the resource type

    Declaration
    public string ResourceType { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Equals(IResource)

    Compares this instance with the other and returns true if their Id is equal

    Declaration
    public bool Equals(IResource other)
    Parameters
    Type Name Description
    IResource other

    other resource

    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx