Class Customers_ChangeName_Request_ACTION
Inheritance
System.Object
Customers_ChangeName_Request_ACTION
Assembly: Natec.Entities.dll
Syntax
public class Customers_ChangeName_Request_ACTION : BaseEntity, IPropertyIndexer
Constructors
Customers_ChangeName_Request_ACTION()
Declaration
public Customers_ChangeName_Request_ACTION()
Properties
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 |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
FullName
Declaration
public string FullName { 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 |
|
MiddleName
Declaration
public string MiddleName { 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 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentID
Declaration
public Nullable<int> ParentID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SearchName
Declaration
public string SearchName { get; set; }
Property Value
Type |
Description |
System.String |
|
ShortName
Declaration
public string ShortName { get; set; }
Property Value
Type |
Description |
System.String |
|
ToClean
Declaration
public Nullable<int> ToClean { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|