Click or drag to resize

SCVariable Class

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

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

The SCVariable type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyArray Get array object
(Inherited from SCValue)
Public propertyBase64 Get BASE64 bytes
(Inherited from SCValue)
Public propertyBool Get boolean value
(Inherited from SCValue)
Public propertyColumn Column
(Inherited from CSyntaxBase)
Public propertyDouble Get double value
(Inherited from SCValue)
Public propertyEndColumn Column
(Inherited from CSyntaxBase)
Public propertyEndLine EndLine
(Inherited from CSyntaxBase)
Public propertyEnum Get enum object
(Inherited from SCValue)
Public propertyEnumName Enumeration name
(Inherited from SCValue)
Public propertyFile File
(Inherited from CSyntaxBase)
Public propertyHash Get hash object
(Inherited from SCValue)
Public propertyInteger Get integer value
(Inherited from SCValue)
Public propertyIsInitialized Is initialized by script engine
Public propertyIsProgramAdded Is program added
Public propertyLine Line
(Inherited from CSyntaxBase)
Public propertyLocation Set location
(Inherited from CSyntaxBase)
Public propertyLocationBase Set location
(Inherited from CSyntaxBase)
Public propertyName Name
Public propertyNode Get node object
(Inherited from SCValue)
Public propertyPath Get and set path value
(Inherited from SCValue)
Public propertyReadOnly Read only
Public propertyString Get string value
(Inherited from SCValue)
Public propertyStringValue String value
(Inherited from SCValue)
Public propertyTuple Get tuple object
(Inherited from SCValue)
Public propertyType Type
(Inherited from SCValue)
Public propertyValue Value
(Inherited from SCValue)
Top
Methods
 NameDescription
Public methodCastTo Cast to specify type
(Inherited from SCValue)
Public methodCopyFrom Copy from other value
(Inherited from SCValue)
Public methodEquals Equals
(Overrides SCValueEquals(Object))
Public methodGetHashCode Get hash code
(Overrides SCValueGetHashCode)
Public methodSetInterpolationString Set interpolation string
(Inherited from SCValue)
Public methodSetValueFrom Set value from other variable
(Inherited from SCValue)
Public methodToString To string
(Overrides SCValueToString)
Top
See Also