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