Show / Hide Table of Contents

Class Predicate

Inheritance
System.Object
Predicate
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class Predicate : object

Properties

AbsBefore

Declaration
public string AbsBefore { get; set; }
Property Value
System.String

And

Declaration
public Predicate[] And { get; set; }
Property Value
Predicate[]

Not

Declaration
public Predicate Not { get; set; }
Property Value
Predicate

Or

Declaration
public Predicate[] Or { get; set; }
Property Value
Predicate[]

RelBefore

Declaration
public long? RelBefore { get; set; }
Property Value
System.Nullable<System.Int64>

Unconditional

Declaration
public bool Unconditional { get; set; }
Property Value
System.Boolean

Methods

ToClaimPredicate()

Declaration
public ClaimPredicate ToClaimPredicate()
Returns
ClaimPredicate

Back to top Generated by DocFX