Class CheckoutData
The data container for serializing the checkout meta-data.
Inherited Members
Namespace: SuperOffice.CRM.Documents
Assembly: SoDataBase.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.com/netserver/internal/8.0")]
public class CheckoutData
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
[DataMember]
public int AssociateId { get; set; }
Property Value
Type | Description |
---|---|
int |
CheckedOutAt
The data container for serializing the checkout meta-data.
Declaration
[DataMember]
public DateTime CheckedOutAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
CheckedOutBy
The data container for serializing the checkout meta-data.
Declaration
[DataMember]
public string CheckedOutBy { get; set; }
Property Value
Type | Description |
---|---|
string |
DocumentId
The data container for serializing the checkout meta-data.
Declaration
[DataMember]
public int DocumentId { get; set; }
Property Value
Type | Description |
---|---|
int |