Class PricingQuantityUnit
A quantity unit for pricing input items
Inheritance
System.Object
PricingQuantityUnit
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.Logistics.Pricing
Assembly: Simplic.Logistics.Pricing.dll
Syntax
public class PricingQuantityUnit
Properties
| Improve this Doc View SourceId
Gets or sets the guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Gets or sets the name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShortName
Gets or sets the short name
Declaration
public string ShortName { get; set; }
Property Value
Type | Description |
---|---|
System.String |