Show / Hide Table of Contents

Class ConsentInfo

Inheritance
object
ConsentInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public class ConsentInfo

Constructors

ConsentInfo()

Declaration
public ConsentInfo()

Properties

Comment

Declaration
public string Comment { get; set; }
Property Value
Type Description
string

ConsentPersonId

Declaration
public int ConsentPersonId { get; set; }
Property Value
Type Description
int

ConsentPurposeId

Declaration
public int ConsentPurposeId { get; set; }
Property Value
Type Description
int

ConsentPurposeKey

Declaration
public string ConsentPurposeKey { get; set; }
Property Value
Type Description
string

ConsentPurposeName

Declaration
public string ConsentPurposeName { get; set; }
Property Value
Type Description
string

ConsentSourceId

Declaration
public int ConsentSourceId { get; set; }
Property Value
Type Description
int

ConsentSourceKey

Declaration
public string ConsentSourceKey { get; set; }
Property Value
Type Description
string

ConsentSourceName

Declaration
public string ConsentSourceName { get; set; }
Property Value
Type Description
string

LegalBaseId

Declaration
public int LegalBaseId { get; set; }
Property Value
Type Description
int

LegalBaseKey

Declaration
public string LegalBaseKey { get; set; }
Property Value
Type Description
string

LegalBaseName

Declaration
public string LegalBaseName { get; set; }
Property Value
Type Description
string

Registered

Declaration
public DateTime Registered { get; set; }
Property Value
Type Description
DateTime

RegisteredAssociateId

Declaration
public int RegisteredAssociateId { get; set; }
Property Value
Type Description
int

Updated

Declaration
public DateTime Updated { get; set; }
Property Value
Type Description
DateTime

UpdatedAssociateId

Declaration
public int UpdatedAssociateId { get; set; }
Property Value
Type Description
int

ValidFrom

Declaration
public DateTime ValidFrom { get; set; }
Property Value
Type Description
DateTime

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top