Persistate API documentation
RecursionType Structure
NamespacesPersistateRecursionType

[This is preliminary documentation and is subject to change.]

Enumerates the types of sub-tree that an Allowance in a Permit can cover.
Declaration Syntax
C#
public struct RecursionType : IMultiValue
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
RecursionType(Int32)
Creates a new RecursionType from an integer value.

_undefined_
This is the default RecursionType value.

Equals(Object)
Performs an equality comparison with another object.
(Overrides ValueType.Equals(Object).)
ExplicitNarrowingExplicitExplicitExplicit(RecursionType to String)
Explicit conversion from RecursionType to string.

Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FullSubtree
This is the value for full subtree.

GetHashCode()()()()
Creates a hash code for the RecursionType.
(Overrides ValueType.GetHashCode()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ImplicitWideningImplicitImplicitImplicit(RecursionType to Int32)
Implicit conversion from RecursionType to int.

ImplicitWideningImplicitImplicitImplicit(Int32 to RecursionType)
Implicit conversion from int to RecursionType.

ImplicitWideningImplicitImplicitImplicit(String to RecursionType)
Implicit conversion from string to RecursionType.

IsCombinable
Indicates whether RecursionType values can be combined.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ordinal
Contains the value of the RecursionType.

Ordinal
Gets the integer ordinal value of this RecursionType.

Parse(String)
Parses a string containing a textual representation of an RecursionType.

PrimarySubtree
This is the value for primary subtree.

Single
This is the value for single.

sourcePairs
This array contains one source pair for each RecursionType value.

SourcePairs
Gets the array of ISourcePairs holding ordinal and text values.

TopValue
This is the value for the top value.

ToString()()()()
Creates a textual representation of the RecursionType.
(Overrides ValueType.ToString()()()().)
Remarks
The Persistate security system is not yet operational.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)