Class ConsentDto
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
Properties
Action
Declaration
public string Action { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
Context
Declaration
public string Context { get; set; }
Property Value
Type |
Description |
System.String |
|
CreateDate
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Current
Declaration
public bool Current { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Source
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
public int State { get; set; }
Property Value
Type |
Description |
System.Int32 |
|