Class QuantityUnitModel
Inheritance
System.Object
QuantityUnitModel
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.WebApi.Workshop
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class QuantityUnitModel
Properties
| Improve this Doc View SourceDigits
Declaration
public int? Digits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Ident
Declaration
public int Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShortName
Declaration
public string ShortName { get; set; }
Property Value
Type | Description |
---|---|
System.String |