IConfigNode MembersNFX Class Library

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

The IConfigNode type exposes the following members.
Methods

  NameDescription
Public methodIsSameName(String)
Returns true when another name is the same as this node's name
Public methodIsSameName(IConfigNode)
Returns true when another node has the same name as this one
Public methodValueAsBool
Public methodValueAsByte
Public methodValueAsByteArray
Public methodValueAsDateTime
Public methodValueAsDecimal
Public methodValueAsDouble
Public methodValueAsEnum TEnum 
Public methodValueAsFloat
Public methodValueAsGDID
Public methodValueAsGUID
Public methodValueAsInt
Public methodValueAsLong
Public methodValueAsNullableBool
Public methodValueAsNullableByte
Public methodValueAsNullableDateTime
Public methodValueAsNullableDecimal
Public methodValueAsNullableDouble
Public methodValueAsNullableEnum TEnum 
Public methodValueAsNullableFloat
Public methodValueAsNullableGDID
Public methodValueAsNullableGUID
Public methodValueAsNullableInt
Public methodValueAsNullableLong
Public methodValueAsNullableSByte
Public methodValueAsNullableShort
Public methodValueAsNullableTimeSpan
Public methodValueAsNullableUInt
Public methodValueAsNullableULong
Public methodValueAsNullableUShort
Public methodValueAsSByte
Public methodValueAsShort
Public methodValueAsString
Public methodValueAsTimeSpan
Public methodValueAsType
Tries to get value as specified type or throws if it can not be converted
Public methodValueAsUInt
Public methodValueAsULong
Public methodValueAsUShort
Back to Top
Properties

  NameDescription
Public propertyConfiguration
References configuration this node is under
Public propertyEvaluatedValue
Returns null or value of this node with all variables evaluated
Public propertyExists
Determines whether this node really exists in configuration or is just a sentinel empty node
Public propertyName (Inherited from INamed.)
Public propertyParent
References parent node or empty node if this is the top-most node with no parent
Public propertyRootPath
Returns a path from root to this node
Public propertyValue
Returns null or value of this node with all variables evaluated
Public propertyVerbatimValue
Returns varbatim (without variable evaluation) node value or null
Back to Top
See Also