Class ExtendedAttributesBase
Base class for ExtendedAttributes
Inheritance
System.Object
ExtendedAttributesBase
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 ExtendedAttributesBase
Constructors
ExtendedAttributesBase()
Declaration
public ExtendedAttributesBase()
Properties
DurationFormat
Gets or sets the duration format for the extended attribute
Declaration
public DurationFormat DurationFormat { get; set; }
Property Value
Type |
---|
DurationFormat |
DurationFormatSpecified
Checks whether the duration format for the extended attribute is specified
Declaration
public bool DurationFormatSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
FieldID
Gets or sets the fieldID for the extended attribute
Declaration
public string FieldID { get; set; }
Property Value
Type |
---|
System.String |
Value
Gets or sets the Actual value of the extended attribute
Declaration
public string Value { 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 |