Class AccountStatusInfo
- Namespace
- CMS.ContactManagement
- Assembly
- CMS.ContactManagement.dll
AccountStatusInfo data container class.
[InfoCache(InfoCacheBy.ID|InfoCacheBy.Name, LoadEagerly = true, Priority = InfoCachePriority.NotRemovable)]
public class AccountStatusInfo : AbstractInfo<AccountStatusInfo, IAccountStatusInfoProvider>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject, IInfoWithId, IInfoWithName
- Inheritance
-
objectAccountStatusInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
AccountStatusInfo()
Constructor - Creates an empty AccountStatusInfo object.
public AccountStatusInfo()
AccountStatusInfo(DataRow)
Constructor - Creates a new AccountStatusInfo object from the given DataRow.
public AccountStatusInfo(DataRow dr)
Parameters
dr
DataRowDataRow with the object data
Fields
OBJECT_TYPE
Object type
public const string OBJECT_TYPE = "om.accountstatus"
Field Value
- string
TYPEINFO
Type information.
public static ObjectTypeInfo TYPEINFO
Field Value
Properties
AccountStatusDescription
Gets or sets the account status description.
public virtual string AccountStatusDescription { get; set; }
Property Value
- string
AccountStatusDisplayName
Gets or sets the account status display name.
public virtual string AccountStatusDisplayName { get; set; }
Property Value
- string
AccountStatusID
Gets or sets the account status ID.
public virtual int AccountStatusID { get; set; }
Property Value
- int
AccountStatusName
Gets or sets the account status name.
public virtual string AccountStatusName { get; set; }
Property Value
- string
Methods
DeleteObject()
Deletes the object using appropriate provider.
protected override void DeleteObject()
SetObject()
Updates the object using appropriate provider.
protected override void SetObject()