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 SourceEquipmentTypeProperty(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 SourceColumnNumber
Gets or sets the number in which column it is in the EquipmentEditor
Declaration
public int ColumnNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
DisplayName
Gets or sets the DisplayName of this EquipmentTypeProperty as string
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
EquipmentTypeGuid
Gets or sets the EquipmentTypeGuid as Guid
Declaration
public Guid EquipmentTypeGuid { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Guid
Gets or sets the Guid as Guid
Declaration
public Guid Guid { get; }
Property Value
Type | Description |
---|---|
System.Guid |
PropertyName
Gets or sets the PropertyName as string
Declaration
public string PropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
PropertyOrder
Gets or sets the PropertyOrder as int?
Declaration
public int? PropertyOrder { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PropertyType
Gets or sets the PropertyType as string
Declaration
public string PropertyType { get; }
Property Value
Type | Description |
---|---|
System.String |