Class Subscribers_ChangeAccount_Request_ACTION
Inheritance
System.Object
Subscribers_ChangeAccount_Request_ACTION
Assembly: Natec.Entities.dll
Syntax
public class Subscribers_ChangeAccount_Request_ACTION : BaseEntity, IPropertyIndexer
Constructors
Subscribers_ChangeAccount_Request_ACTION()
Declaration
public Subscribers_ChangeAccount_Request_ACTION()
Properties
AccountID
Declaration
public int AccountID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AuthCode
Declaration
public string AuthCode { get; set; }
Property Value
Type |
Description |
System.String |
|
AuthCodePrivate
Declaration
public string AuthCodePrivate { get; set; }
Property Value
Type |
Description |
System.String |
|
ConfAccepted
Declaration
public Nullable<int> ConfAccepted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ConfMessage
Declaration
public string ConfMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
EffectiveDate
Declaration
public Nullable<DateTime> EffectiveDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EntityName
Declaration
public string EntityName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ErrFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
IDType
Declaration
public Nullable<int> IDType { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Item[String]
Declaration
public object this[string index] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
index |
|
Property Value
Type |
Description |
System.Object |
|
lang
Declaration
public string lang { get; set; }
Property Value
Type |
Description |
System.String |
|
ModifiedBy
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
ModifiedFrom
Declaration
public string ModifiedFrom { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentID
Declaration
public int ParentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Remark { get; set; }
Property Value
Type |
Description |
System.String |
|
RunBilling
Declaration
public Nullable<int> RunBilling { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StatusID
Declaration
public Nullable<int> StatusID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SubscriberLogin
Declaration
public string SubscriberLogin { get; set; }
Property Value
Type |
Description |
System.String |
|
SubscriberPassword
Declaration
public string SubscriberPassword { get; set; }
Property Value
Type |
Description |
System.String |
|
TargetStatusID
Declaration
public Nullable<int> TargetStatusID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|