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