Class PricingArticle
A article for pricing input items
Inheritance
System.Object
PricingArticle
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 PricingArticle
Properties
| Improve this Doc View SourceId
Gets or sets the Id
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 |