Class ShipmentItemType
Inheritance
System.Object
ShipmentItemType
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.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentItemType
Constructors
| Improve this Doc View SourceShipmentItemType()
Declaration
public ShipmentItemType()
Properties
| Improve this Doc View SourceDataTemplate
Gets or set the current data template
Declaration
public string DataTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultArticleId
Gets or sets the default article id
Declaration
public Guid? DefaultArticleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
DefaultUnitId
Declaration
public Guid? DefaultUnitId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
GLAGroupId
Gets or sets the GLA Article id
Declaration
public Guid? GLAGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Id
Gets or sets the itemtype Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDeleted
Get or set wherther the the itemtype is deletet
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsImmediatelyBillable
Gets or sets whether the item must wait for reported or is billable without
Declaration
public bool IsImmediatelyBillable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SetBillCarrierAutomatically
Gets or sets whether to set the bill carrier flag automatically or not
Declaration
public bool SetBillCarrierAutomatically { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SortNumber
Gets or sets the sort index
Declaration
public int SortNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TaxTypeId
Gets or sets the current tax type id
Declaration
public Guid? TaxTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
TextTemplate
gets or sets the textTemplate
Declaration
public string TextTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransactionItemBuilderName
Gets or sets the name of the transaction item builder (unity service)
Declaration
public string TransactionItemBuilderName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseContainer
Gets or sets whether the container fields are visible
Declaration
public bool UseContainer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ValueName
Gets or sets the value name
Declaration
public string ValueName { get; set; }
Property Value
Type | Description |
---|---|
System.String |