Show / Hide Table of Contents

Class CheckoutData

The data container for serializing the checkout meta-data.

Inheritance
object
CheckoutData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOfficeCRMDocuments
Assembly: SoDataBase.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.com/netserver/internal/8.0")]
public class CheckoutData

Constructors

CheckoutData()

Declaration
public CheckoutData()

Properties

AssociateId

Declaration
[DataMember]
public int AssociateId { get; set; }
Property Value
Type Description
int

CheckedOutAt

Declaration
[DataMember]
public DateTime CheckedOutAt { get; set; }
Property Value
Type Description
DateTime

CheckedOutBy

Declaration
[DataMember]
public string CheckedOutBy { get; set; }
Property Value
Type Description
string

DocumentId

Declaration
[DataMember]
public int DocumentId { get; set; }
Property Value
Type Description
int

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