Table of Contents

Class ResourceInfo

Namespace
CMS.Modules
Assembly
CMS.Modules.dll

Resource info data container class.

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

Constructors

ResourceInfo()

Constructor, creates an empty ResourceInfo structure.

public ResourceInfo()

ResourceInfo(DataRow)

Constructor, creates an empty ResourceInfo object from the given DataRow data.

public ResourceInfo(DataRow dr)

Parameters

dr DataRow

Datarow with the class info data

Fields

OBJECT_TYPE

Object type

public const string OBJECT_TYPE = "cms.resource"

Field Value

string

TYPEINFO

Type information.

public static ObjectTypeInfo TYPEINFO

Field Value

ObjectTypeInfo

Properties

ResourceDescription

Gets or sets the resource description. Required if you want to create an installation package.

[DatabaseField]
public string ResourceDescription { get; set; }

Property Value

string

ResourceDisplayName

Gets or sets the resource display name.

[DatabaseField]
public string ResourceDisplayName { get; set; }

Property Value

string

ResourceGUID

Resource GUID.

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

Property Value

Guid

ResourceID

Gets or sets the resource ID.

[DatabaseField]
public int ResourceID { get; set; }

Property Value

int

ResourceIsInDevelopment

Indicates if resource is in development.

[DatabaseField]
public bool ResourceIsInDevelopment { get; set; }

Property Value

bool

ResourceLastModified

Object last modified.

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

Property Value

DateTime

ResourceName

Gets or sets the resource name.

[DatabaseField]
public string ResourceName { get; set; }

Property Value

string

Methods

DeleteObject()

Deletes the object using appropriate provider.

protected override void DeleteObject()

LoadDefaultData()

Loads the default data to the object.

protected override void LoadDefaultData()

SetObject()

Updates the object using appropriate provider.

protected override void SetObject()