Table of Contents

Class ConsentInfo

Namespace
CMS.DataProtection
Assembly
CMS.DataProtection.dll

Data container class for ConsentInfo.

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

Constructors

ConsentInfo()

Creates an empty instance of the ConsentInfo class.

public ConsentInfo()

ConsentInfo(DataRow)

Creates a new instances of the ConsentInfo class from the given System.Data.DataRow.

public ConsentInfo(DataRow dr)

Parameters

dr DataRow

DataRow with the object data.

Fields

OBJECT_TYPE

Object type.

public const string OBJECT_TYPE = "cms.consent"

Field Value

string

TYPEINFO

Type information.

public static readonly ObjectTypeInfo TYPEINFO

Field Value

ObjectTypeInfo

Properties

ConsentContent

Consent content.

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

Property Value

string

ConsentDisplayName

Consent display name.

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

Property Value

string

ConsentGuid

Consent GUID.

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

Property Value

Guid

ConsentHash

Consent hash

[DatabaseField]
public virtual string ConsentHash { get; }

Property Value

string

ConsentID

Consent ID.

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

Property Value

int

ConsentLastModified

Consent last modified.

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

Property Value

DateTime

ConsentName

Code name of the Consent.

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