Class SetLogisticsTransitionSetup
Inheritance
System.Object
SetLogisticsTransitionSetup
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: FChoice.Toolkits.Clarify.Logistics
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class SetLogisticsTransitionSetup
Constructors
SetLogisticsTransitionSetup(PartRequestType, PartRequestCondition, PartRequestCondition, String[])
Declaration
[ConstructorIndex(0)]
public SetLogisticsTransitionSetup(PartRequestType partRequestType, PartRequestCondition startCondition, PartRequestCondition endCondition, params string[] privilegeClasses)
Parameters
Type | Name | Description |
---|---|---|
PartRequestType | partRequestType | |
PartRequestCondition | startCondition | |
PartRequestCondition | endCondition | |
System.String[] | privilegeClasses |
Properties
EndCondition
Declaration
[PropertyBitValue(4)]
public PartRequestCondition EndCondition { get; set; }
Property Value
Type | Description |
---|---|
PartRequestCondition |
PartRequestType
Declaration
[PropertyBitValue(1)]
public PartRequestType PartRequestType { get; set; }
Property Value
Type | Description |
---|---|
PartRequestType |
PrivilegeClasses
Declaration
[PropertyBitValue(8)]
public string[] PrivilegeClasses { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
StartCondition
Declaration
[PropertyBitValue(2)]
public PartRequestCondition StartCondition { get; set; }
Property Value
Type | Description |
---|---|
PartRequestCondition |