Click or drag to resize

SCValue Class

Developd by SO-SOFT
SC-Value class
Inheritance Hierarchy
SystemObject
  CsConfigCSyntaxBase
    CsConfigSCValue
      CsConfigSCVariable

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

The SCValue type exposes the following members.

Constructors
 NameDescription
Public methodSCValue(SConfig) Constructor
Public methodSCValue(SCValue) Constructor
Public methodSCValue(SConfig, Object) Constructor
Top
Properties
 NameDescription
Public propertyArray Get array object
Public propertyBase64 Get BASE64 bytes
Public propertyBool Get boolean value
Public propertyColumn Column
(Inherited from CSyntaxBase)
Public propertyDouble Get double value
Public propertyEndColumn Column
(Inherited from CSyntaxBase)
Public propertyEndLine EndLine
(Inherited from CSyntaxBase)
Public propertyEnum Get enum object
Public propertyEnumName Enumeration name
Public propertyFile File
(Inherited from CSyntaxBase)
Public propertyHash Get hash object
Public propertyInteger Get integer value
Public propertyLine Line
(Inherited from CSyntaxBase)
Public propertyLocation Set location
(Inherited from CSyntaxBase)
Public propertyLocationBase Set location
(Inherited from CSyntaxBase)
Public propertyNode Get node object
Public propertyPath Get and set path value
Public propertyString Get string value
Public propertyStringValue String value
Public propertyTuple Get tuple object
Public propertyType Type
Public propertyValue Value
Top
Methods
 NameDescription
Public methodCastTo Cast to specify type
Public methodCopyFrom Copy from other value
Public methodEquals Equals
(Overrides ObjectEquals(Object))
Public methodGetHashCode Get hash code
(Overrides ObjectGetHashCode)
Public methodSetInterpolationString Set interpolation string
Public methodSetValueFrom Set value from other variable
Public methodToString To string
(Overrides CSyntaxBaseToString)
Top
Fields
See Also