Show / Hide Table of Contents

Class RepositoryTransactionListOptions

Instructions on how to list transactions

Inheritance
object
RepositoryTransactionListOptions
Inherited Members
object.ToString()
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
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class RepositoryTransactionListOptions

Properties

Descending

The list of transactions should be descending, from the starting transaction id if present

Declaration
[DataMember]
public bool Descending { get; set; }
Property Value
Type Description
bool

MaxResultSize

The maximum number of results to return

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

StartingTransactionId

The first Transaction identifier to list

Declaration
[DataMember]
public long? StartingTransactionId { get; set; }
Property Value
Type Description
long?

Extension Methods

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