Class DocumentVariableInfo
Represents information about a document variable.
Inheritance
System.Object
DocumentVariableInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class DocumentVariableInfo
Constructors
DocumentVariableInfo()
Declaration
public DocumentVariableInfo()
DocumentVariableInfo(String, Object)
Initializes a new instance of the DocumentVariableInfo class.
Declaration
public DocumentVariableInfo(string name, object value)
Parameters
System.String
name
The name. |
System.Object
value
The value. |
Properties
Name
Gets or sets the name.
Declaration
[XamlSerializable]
public string Name { get; set; }
Property Value
System.String
The name. |
Value
Gets or sets the value.
Declaration
[XamlSerializable]
public object Value { get; set; }
Property Value
System.Object
The value. |