Class CheckoutData
The data container for serializing the checkout meta-data.
Namespace: SuperOffice.CRM.Documents
Assembly: SoDataBase.dll
Syntax
public class CheckoutData : Object
Constructors
CheckoutData()
The data container for serializing the checkout meta-data.
Declaration
public CheckoutData()
Properties
AssociateId
The data container for serializing the checkout meta-data.
Declaration
public int AssociateId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
CheckedOutAt
The data container for serializing the checkout meta-data.
Declaration
public DateTime CheckedOutAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
CheckedOutBy
The data container for serializing the checkout meta-data.
Declaration
public string CheckedOutBy { get; set; }
Property Value
Type | Description |
---|---|
String |
DocumentId
The data container for serializing the checkout meta-data.
Declaration
public int DocumentId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)