Show / Hide Table of Contents

Class LocalCheckout

Represents a local checkout.

Inheritance
object
LocalCheckout
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class LocalCheckout

Properties

AgencyId

Gets the agency identifier of the checkout.

Declaration
public string AgencyId { get; set; }
Property Value
Type Description
string

CheckoutId

Gets the DB ID of the checkout.

Declaration
public long CheckoutId { get; set; }
Property Value
Type Description
long

CompositeId

Gets or sets the identification of the checkout.

Declaration
public IdentifierTriple CompositeId { get; set; }
Property Value
Type Description
IdentifierTriple

Identifier

Gets the identifier of the checkout.

Declaration
public Guid Identifier { get; set; }
Property Value
Type Description
Guid

IsReadOnly

Gets a value indicating whether the checkout is readonly.

Declaration
public bool IsReadOnly { get; }
Property Value
Type Description
bool

SetName

Gets a set name.

Declaration
public string SetName { get; set; }
Property Value
Type Description
string

Version

Gets the version of the checkout.

Declaration
public long Version { get; set; }
Property Value
Type Description
long

Methods

ToString()

Returns a text representation of the checkout.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX