Class ConsentCache.LegalBaseInfo
Inheritance
System.Object
ConsentCache.LegalBaseInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Cache
Assembly: SoDataBase.dll
Syntax
public class LegalBaseInfo
Constructors
LegalBaseInfo()
Declaration
public LegalBaseInfo()
Fields
Id
Declaration
public int Id
Field Value
Type | Description |
---|---|
System.Int32 |
Key
Declaration
public string Key
Field Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)