Class CreateProductBinSetup
Inheritance
System.Object
CreateProductBinSetup
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.Interfaces
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class CreateProductBinSetup
Constructors
CreateProductBinSetup(String, String)
Declaration
[ConstructorIndex(0)]
public CreateProductBinSetup(string binName, string siteIDNum)
Parameters
Type | Name | Description |
---|---|---|
System.String | binName | |
System.String | siteIDNum |
Properties
BinName
Declaration
[PropertyBitValue(1)]
public string BinName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreateDate
Declaration
[PropertyBitValue(128)]
public DateTime CreateDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Description
Declaration
[PropertyBitValue(8)]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentBinObjid
Declaration
[PropertyBitValue(4)]
public int ParentBinObjid { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PrimarySupportEmployeeObjid
Declaration
[PropertyBitValue(16)]
public int PrimarySupportEmployeeObjid { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SecondarySupportEmployeeObjid
Declaration
[PropertyBitValue(32)]
public int SecondarySupportEmployeeObjid { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SiteIDNum
Declaration
[PropertyBitValue(2)]
public string SiteIDNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Declaration
[PropertyBitValue(64)]
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |