Class OutlineCodeValue
Represents an Outline code value
Inheritance
System.Object
OutlineCodeValue
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class OutlineCodeValue
Constructors
OutlineCodeValue()
Declaration
public OutlineCodeValue()
Properties
Description
Gets or sets a description of this value
Declaration
public string Description { get; set; }
Property Value
Type |
---|
System.String |
FieldGUID
Gets or sets the GUID of the outline code value
Declaration
public string FieldGUID { get; set; }
Property Value
Type |
---|
System.String |
IsCollapsed
Checks whether the outline code element is collapsed
Declaration
public bool IsCollapsed { get; set; }
Property Value
Type |
---|
System.Boolean |
IsCollapsedSpecified
Gets or sets a value indicating whether the outline element collapsed is specified.
Declaration
public bool IsCollapsedSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsCollapsedString
Gets or sets the value indicating whether the outline code element is collapsed.
Declaration
public string IsCollapsedString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that specifies whether the outline code element is collapsed. |
ParentValueID
Gets or sets the value of the parent node of the outline code
Declaration
public string ParentValueID { get; set; }
Property Value
Type |
---|
System.String |
Type
Gets or sets the outline code type
Declaration
public OutlineCodeValueType Type { get; set; }
Property Value
Type |
---|
OutlineCodeValueType |
Value
Gets or sets the actual value
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |
ValueID
Gets or sets the unique ID of the outline code value within the project
Declaration
public string ValueID { get; set; }
Property Value
Type |
---|
System.String |