Class ConsentInfo
Assembly: SoDataBase.dll
Syntax
Constructors
ConsentInfo()
Declaration
Properties
Declaration
public string Comment { get; set; }
Property Value
ConsentPersonId
Declaration
public int ConsentPersonId { get; set; }
Property Value
ConsentPurposeId
Declaration
public int ConsentPurposeId { get; set; }
Property Value
ConsentPurposeKey
Declaration
public string ConsentPurposeKey { get; set; }
Property Value
ConsentPurposeName
Declaration
public string ConsentPurposeName { get; set; }
Property Value
ConsentSourceId
Declaration
public int ConsentSourceId { get; set; }
Property Value
ConsentSourceKey
Declaration
public string ConsentSourceKey { get; set; }
Property Value
ConsentSourceName
Declaration
public string ConsentSourceName { get; set; }
Property Value
LegalBaseId
Declaration
public int LegalBaseId { get; set; }
Property Value
LegalBaseKey
Declaration
public string LegalBaseKey { get; set; }
Property Value
LegalBaseName
Declaration
public string LegalBaseName { get; set; }
Property Value
Registered
Declaration
public DateTime Registered { get; set; }
Property Value
RegisteredAssociateId
Declaration
public int RegisteredAssociateId { get; set; }
Property Value
Updated
Declaration
public DateTime Updated { get; set; }
Property Value
UpdatedAssociateId
Declaration
public int UpdatedAssociateId { get; set; }
Property Value
ValidFrom
Declaration
public DateTime ValidFrom { get; set; }
Property Value
Extension Methods