Class AddGLAccountSetup
Inheritance
System.Object
AddGLAccountSetup
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 AddGLAccountSetup
Constructors
AddGLAccountSetup(String, String)
Declaration
[ConstructorIndex(0)]
public AddGLAccountSetup(string accountName, string siteIDNum)
Parameters
Type | Name | Description |
---|---|---|
System.String | accountName | |
System.String | siteIDNum |
Properties
AccountName
Declaration
[PropertyBitValue(1)]
public string AccountName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AccountNumber
Declaration
[PropertyBitValue(8)]
public string AccountNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AccountType
Declaration
[PropertyBitValue(2)]
public string AccountType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Declaration
[PropertyBitValue(4)]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsActive
Declaration
[PropertyBitValue(32)]
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCompany
Declaration
[PropertyBitValue(64)]
public bool IsCompany { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExpenseGLAccount
Declaration
[PropertyBitValue(16)]
public bool IsExpenseGLAccount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SiteIDNum
Declaration
[PropertyBitValue(128)]
public string SiteIDNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |