Class AddLocationServicingSiteSetup
Inheritance
System.Object
AddLocationServicingSiteSetup
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 AddLocationServicingSiteSetup
Constructors
AddLocationServicingSiteSetup(String, String, Int16)
Declaration
[ConstructorIndex(0)]
public AddLocationServicingSiteSetup(string siteIDNum, string locationName, short locationRank)
Parameters
Type | Name | Description |
---|---|---|
System.String | siteIDNum | |
System.String | locationName | |
System.Int16 | locationRank |
Properties
IsActive
Declaration
[PropertyBitValue(4)]
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LocationName
Declaration
[PropertyBitValue(2)]
public string LocationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocationRank
Declaration
[PropertyBitValue(8)]
public short LocationRank { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
SiteIDNum
Declaration
[PropertyBitValue(1)]
public string SiteIDNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |