Table of Contents

Class ConsentArchiveInfo

Namespace
CMS.DataProtection
Assembly
CMS.DataProtection.dll

Data container class for ConsentArchiveInfo.

public class ConsentArchiveInfo : AbstractInfo<ConsentArchiveInfo, IConsentArchiveInfoProvider>, IExtensible, IInfo, IAdvancedDataContainer, ICMSObject, IHierarchicalDataContainer, IDataContainer, ISimpleDataContainer, IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable, IMacroObject, IInfoWithId
Inheritance
object
ConsentArchiveInfo
Implements
Inherited Members
Extension Methods

Constructors

ConsentArchiveInfo()

Creates an empty instance of the ConsentArchiveInfo class.

public ConsentArchiveInfo()

ConsentArchiveInfo(DataRow)

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

public ConsentArchiveInfo(DataRow dr)

Parameters

dr DataRow

DataRow with the object data.

Fields

OBJECT_TYPE

Object type.

public const string OBJECT_TYPE = "cms.consentarchive"

Field Value

string

TYPEINFO

Type information.

public static readonly ObjectTypeInfo TYPEINFO

Field Value

ObjectTypeInfo

Properties

ConsentArchiveConsentID

Consent ID.

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

Property Value

int

ConsentArchiveContent

Consent content.

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

Property Value

string

ConsentArchiveGuid

Consent archive guid.

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

Property Value

Guid

ConsentArchiveHash

Consent hash.

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

Property Value

string

ConsentArchiveID

Consent archive ID.

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

Property Value

int

ConsentArchiveLastModified

Consent archive last modified.

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

Property Value

DateTime

Methods

DeleteObject()

Deletes the object using appropriate provider.

protected override void DeleteObject()

SetObject()

Updates the object using appropriate provider.

protected override void SetObject()