Class OutlineCodeBase
Base class for defining outline codes
Inheritance
System.Object
OutlineCodeBase
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 OutlineCodeBase
Constructors
OutlineCodeBase()
Declaration
public OutlineCodeBase()
Properties
FieldID
Gets or sets the number value of the custom field project ID (PID)
Declaration
public string FieldID { get; set; }
Property Value
Type |
---|
System.String |
ValueGUID
Gets or sets the GUID of the value in the value list
Declaration
public string ValueGUID { get; set; }
Property Value
Type |
---|
System.String |
ValueID
Gets or sets the ID in the value list associated with the definition in the outline code collection
Declaration
public string ValueID { get; set; }
Property Value
Type |
---|
System.String |