Class ExtendedAttribute
Represents an Extended Attribute
Inheritance
Inherited Members
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class ExtendedAttribute
Constructors
ExtendedAttribute()
Declaration
public ExtendedAttribute()
Properties
Alias
Gets or sets the alias of the custom field
Declaration
public string Alias { get; set; }
Property Value
Type |
---|
System.String |
AppendNewValues
Checks whether new values added to the project are automatically added to the list
Declaration
public bool AppendNewValues { get; set; }
Property Value
Type |
---|
System.Boolean |
AppendNewValuesSpecified
Gets or sets a value indicating whether the append new values is specified.
Declaration
public bool AppendNewValuesSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
AppendNewValuesString
Gets or sets the value indicating whether new values added to the project are automatically added to the list.
Declaration
public string AppendNewValuesString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that specifies whether new values added to the project are automatically added to the list. |
AutoRollDown
Checks whether automatic rolldown to assignments is enabled
Declaration
public bool AutoRollDown { get; set; }
Property Value
Type |
---|
System.Boolean |
AutoRollDownSpecified
Gets or sets a value indicating whether the automatic roll down is specified.
Declaration
public bool AutoRollDownSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
AutoRollDownString
Gets or sets the value indicating whether automatic roll down to assignments is enabled.
Declaration
public string AutoRollDownString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that specifies whether automatic roll down to assignments is enabled. |
CalculationType
Checks whether rollups are calculated for task and group summary rows
Declaration
public CalculationType CalculationType { get; set; }
Property Value
Type |
---|
CalculationType |
CalculationTypeSpecified
Gets or sets a value indicating whether the calculation type is specified.
Declaration
public bool CalculationTypeSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CFType
Gets or sets the custom field type
Declaration
public CFType CFType { get; set; }
Property Value
Type |
---|
CFType |
CFTypeSpecified
Checks whether the custom field type is specified
Declaration
public bool CFTypeSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
Default
Gets or sets the default value in the list
Declaration
public string Default { get; set; }
Property Value
Type |
---|
System.String |
DefaultGuid
Gets or sets the GUID of the default lookup table entry
Declaration
public string DefaultGuid { get; set; }
Property Value
Type |
---|
System.String |
ElemType
Gets or sets the Element type of the Extended attribute
Declaration
public ElemType ElemType { get; set; }
Property Value
Type |
---|
ElemType |
ElemTypeSpecified
Checks whether the Element type of ExtendedAttribute is specified
Declaration
public bool ElemTypeSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
FieldID
Gets or sets the PID of the custom field
Declaration
public string FieldID { get; set; }
Property Value
Type |
---|
System.String |
FieldName
Gets or sets the name of the custom field
Declaration
public string FieldName { get; set; }
Property Value
Type |
---|
System.String |
Formula
Gets or sets the formula that Microsoft Project uses to populate the custom task field
Declaration
public string Formula { get; set; }
Property Value
Type |
---|
System.String |
Guid
Gets or sets the GUID of the custom field
Declaration
public string Guid { get; set; }
Property Value
Type |
---|
System.String |
IsUserDef
Checks whether the custom field is user defined
Declaration
public bool IsUserDef { get; set; }
Property Value
Type |
---|
System.Boolean |
IsUserDefSpecified
Checks whether User Defined Property is defined
Declaration
public bool IsUserDefSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
IsUserDefString
Gets or sets the value indicating whether the custom field is user defined.
Declaration
public string IsUserDefString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that specifies whether the custom field is user defined. |
Ltuid
Gets or sets the GUID of the lookup table associated with the custom field
Declaration
public string Ltuid { get; set; }
Property Value
Type |
---|
System.String |
MaxMultiValues
Gets or sets the maximum number of values that can be set in a picklist
Declaration
public string MaxMultiValues { get; set; }
Property Value
Type |
---|
System.String |
PhoneticAlias
Gets or sets the phonetic pronunciation of the alias of the custom field
Declaration
public string PhoneticAlias { get; set; }
Property Value
Type |
---|
System.String |
RestrictValues
Checks whether only values in the list are allowed in the file
Declaration
public bool RestrictValues { get; set; }
Property Value
Type |
---|
System.Boolean |
RestrictValuesSpecified
Gets or sets a value indicating whether the restrict values is specified.
Declaration
public bool RestrictValuesSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
RestrictValuesString
Gets or sets the value indicating whether only values in the list are allowed in the file.
Declaration
public string RestrictValuesString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that specifies whether only values in the list are allowed in the file. |
RollupType
Gets or sets the way rollups are calculated
Declaration
public RollupType RollupType { get; set; }
Property Value
Type |
---|
RollupType |
RollupTypeSpecified
Checks whether the way rollups are calculated is specified
Declaration
public bool RollupTypeSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
SecondaryGuid
Gets or sets the GUID of the secondary PID of the custom field
Declaration
public string SecondaryGuid { get; set; }
Property Value
Type |
---|
System.String |
SecondaryPID
Gets or sets the secondary PID of the custom field
Declaration
public string SecondaryPID { get; set; }
Property Value
Type |
---|
System.String |
ValueList
Gets or sets the values that make up the value list
Declaration
public List<ExtendedAttributeValueList> ValueList { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<ExtendedAttributeValueList> |
ValuelistSortOrder
Gets or sets the way value lists are sorted
Declaration
public ValuelistSortOrder ValuelistSortOrder { get; set; }
Property Value
Type |
---|
ValuelistSortOrder |
ValuelistSortOrderSpecified
Checks whether the way value lists are sorted is specified
Declaration
public bool ValuelistSortOrderSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |