Click or drag to resize

SNode Class

Developd by SO-SOFT
Node class
Inheritance Hierarchy
SystemObject
  CsConfigSNode
    CsConfigSConfig

Namespace: CsConfig
Assembly: CsConfig (in CsConfig.dll) Version: 6.1.9+46d27410a0b76d50d05db5101b089099ec679efa
Syntax
C#
public class SNode

The SNode type exposes the following members.

Constructors
 NameDescription
Public methodSNode(SConfig) Constructor
Public methodSNode(SConfig, SNode) Constructor
Top
Properties
 NameDescription
Public propertyVariables Variables
Top
Methods
 NameDescription
Public methodAddEnumeration Add enumeration
Public methodAddVariable Add variable
Public methodGetAllVariables Get all variables
Public methodGetArray Get array
Public methodGetArrayObject Get array object
Public methodGetBase64 Get BASE64 bytes
Public methodGetBool Get boolean
Public methodGetDouble Get double
Public methodGetEnum Get hash
Public methodGetHash Get hash
Public methodGetHashObject Get hash object
Public methodGetInt Get integer
Public methodGetNode Get node
Public methodGetObject Get vobject
Public methodGetPath Get path
Public methodGetString Get string
Public methodGetTuple Get tuple
Public methodGetTupleObject Get tuple object
Public methodGetValue Get value
Top
See Also