Version 24.2 (latest)

RefParser Class Properties

For a list of all members of this type, see RefParser members.

Public Properties
 NameDescription
Public PropertyHasAbsoluteIndexReturns true if the Reference has at least one RefTuple with an absolute index. Read Only. ex: Total(0)  
Public PropertyHasRelativeIndexReturns true if the Reference has at least one RefTuple with a relative index. Read Only. ex: Total(-1)  
Public PropertyHasScopeAllReturns true if the Reference has at least one RefTuple with a scope of "All". Read Only. ex: Total(*)  
Public PropertyHasSummaryScopeReturns true if the Reference has a Summary Scope. Read Only. ex: Total()  
Public PropertyIsFullyQualifiedReturns true if the Reference is fully qualified. Read Only. ex: //MyGrid/Something.  
Public PropertyIsRelativeReturns true if the reference is not fully qualified or a root. Read Only. ex: total  
Public PropertyIsRootReturns true if the Reference is a root reference. Read Only. ex: /something  
Public PropertyItemTuple indexer. Read Only.  
Public PropertyLastTupleReturn the Last tuple or null if none available. Read Only.  
Public PropertyNextToLastTupleReturn the NextToLast tuple or null if none available. Read Only.  
Public PropertyTupleCountReturn the tuple count. Read Only.  
See Also