Table of Contents

Class StateInfo

Namespace
CMS.Globalization
Assembly
CMS.Globalization.dll

StateInfo data container class.

[InfoCache(InfoCacheBy.ID|InfoCacheBy.Name, LoadEagerly = true, Priority = InfoCachePriority.NotRemovable)]
public class StateInfo : AbstractInfo<StateInfo, IStateInfoProvider>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject, IInfoWithId, IInfoWithName
Inheritance
object
StateInfo
Implements
Inherited Members
Extension Methods

Constructors

StateInfo()

Constructor - Creates an empty StateInfo object.

public StateInfo()

StateInfo(DataRow)

Constructor - Creates a new StateInfo object from the given DataRow.

public StateInfo(DataRow dr)

Parameters

dr DataRow

Fields

OBJECT_TYPE

Object type

public const string OBJECT_TYPE = "cms.state"

Field Value

string

TYPEINFO

Type information.

public static ObjectTypeInfo TYPEINFO

Field Value

ObjectTypeInfo

Properties

CountryID

Country ID.

[DatabaseField]
public virtual int CountryID { get; set; }

Property Value

int

StateCode

State short code.

[DatabaseField]
public virtual string StateCode { get; set; }

Property Value

string

StateDisplayName

State display name.

[DatabaseField]
public virtual string StateDisplayName { get; set; }

Property Value

string

StateGUID

State GUID.

[DatabaseField]
public virtual Guid StateGUID { get; set; }

Property Value

Guid

StateID

State ID.

[DatabaseField]
public virtual int StateID { get; set; }

Property Value

int

StateLastModified

Object last modified.

[DatabaseField]
public virtual DateTime StateLastModified { get; set; }

Property Value

DateTime

StateName

State code name.

[DatabaseField]
public virtual string StateName { 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()