Class EquipmentProperty
represents an additional equipment property
Inheritance
System.Object
EquipmentProperty
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 EquipmentProperty
Constructors
| Improve this Doc View SourceEquipmentProperty(Guid, EquipmentTypeProperty, String)
Declaration
public EquipmentProperty(Guid equipmentGuid, EquipmentTypeProperty property, string typeName)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | equipmentGuid | |
EquipmentTypeProperty | property | |
System.String | typeName |
Properties
| Improve this Doc View SourceEquipmentItemGuid
Gets the equipment guid
Declaration
public Guid EquipmentItemGuid { get; }
Property Value
Type | Description |
---|---|
System.Guid |
PropertyType
gets the EquimentType property guid
Declaration
public EquipmentTypeProperty PropertyType { get; }
Property Value
Type | Description |
---|---|
EquipmentTypeProperty |
TypeName
Gets the name of the type
Declaration
public string TypeName { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
the equipments property value
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |