Search Results for

    Show / Hide Table of Contents

    Class EquipmentTypeProperty

    represents an EquipmentTypeProperty

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

    Constructors

    | Improve this Doc View Source

    EquipmentTypeProperty(IT_Vehicle_CoreData_EquipmentType_Property)

    Initialize a new EquipmentTypeProperty with the given dbmodel

    Declaration
    public EquipmentTypeProperty(IT_Vehicle_CoreData_EquipmentType_Property model)
    Parameters
    Type Name Description
    IT_Vehicle_CoreData_EquipmentType_Property model

    the given dbmodel

    Properties

    | Improve this Doc View Source

    ColumnNumber

    Gets or sets the number in which column it is in the EquipmentEditor

    Declaration
    public int ColumnNumber { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DisplayName

    Gets or sets the DisplayName of this EquipmentTypeProperty as string

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

    EquipmentTypeGuid

    Gets or sets the EquipmentTypeGuid as Guid

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

    Guid

    Gets or sets the Guid as Guid

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

    PropertyName

    Gets or sets the PropertyName as string

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

    PropertyOrder

    Gets or sets the PropertyOrder as int?

    Declaration
    public int? PropertyOrder { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    PropertyType

    Gets or sets the PropertyType as string

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