Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class ConsentInfo : Carrier
public ConsentInfo()
public virtual string Comment { get; set; }
public virtual int ConsentPersonId { get; set; }
public virtual int ConsentPurposeId { get; set; }
public virtual string ConsentPurposeKey { get; set; }
public virtual string ConsentPurposeName { get; set; }
public virtual int ConsentSourceId { get; set; }
public virtual string ConsentSourceKey { get; set; }
public virtual string ConsentSourceName { get; set; }
public virtual int LegalBaseId { get; set; }
public virtual string LegalBaseKey { get; set; }
public virtual string LegalBaseName { get; set; }
public virtual DateTime Registered { get; set; }
public virtual int RegisteredAssociateId { get; set; }
public virtual DateTime Updated { get; set; }
public virtual int UpdatedAssociateId { get; set; }
Was this page helpful?