Class Variable
Data object repository variable
Inherited Members
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public sealed class Variable
Constructors
| Improve this Doc View SourceVariable(String, Object)
Data object repository variable constructor
Declaration
public Variable(string name, object val)
Parameters
Type | Name | Description |
---|---|---|
String | name | Variable name |
Object | val | Variable value |
Properties
| Improve this Doc View SourceName
Variable name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Value
Variable value
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
Object |
Methods
| Improve this Doc View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string that represents the current object. |