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
Boolean

MaxResultSize

The maximum number of results to return

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

StartingTransactionId

The first Transaction identifier to list

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

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX