Class ShipmentItemTypeEditorViewModel
Inheritance
System.Object
ShipmentItemTypeEditorViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentItemTypeEditorViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceShipmentItemTypeEditorViewModel(ShipmentItemType)
Init viewmodel
Declaration
public ShipmentItemTypeEditorViewModel(ShipmentItemType type)
Parameters
Type | Name | Description |
---|---|---|
ShipmentItemType | type |
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 |
DefaultUnitId
Gets or sets the default unit id
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 |
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 |
ValueName
Gets or sets the value name
Declaration
public string ValueName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceSave()
Saves the current shipment item type
Declaration
public bool Save()
Returns
Type | Description |
---|---|
System.Boolean | Success |