CreateExtendedAttribute

CreateExtendedAttribute (1 of 7)

Creates a new extended attribute with the field ID which equals to this object’s field ID value.

Returns: returns created instance of the ExtendedAttribute class with the fieldID which equals to this object’s fieldID value.

CreateExtendedAttribute()

CreateExtendedAttribute (2 of 7)

Creates a new extended attribute with the field ID which equals to this object’s field ID value and the specified flag value.

Returns: returns created instance of the ExtendedAttribute class with the fieldID which equals to this object’s fieldID value.

CreateExtendedAttribute(bool flagValue)
ParameterDescription
flagValueThe specified flag value.

CreateExtendedAttribute (3 of 7)

Creates new extended attribute linked with specified Value item.

Returns: returns created instance of the ExtendedAttribute class linked with specified Value item.

CreateExtendedAttribute(const System::SharedPtr< Value > & lookupValue)
ParameterDescription
lookupValueThe specified Value item.

CreateExtendedAttribute (4 of 7)

Creates a new extended attribute with the field ID which equals to this object’s field ID value and the specified text value.

Returns: returns created instance of the ExtendedAttribute class with the fieldID which equals to this object’s fieldID value.

CreateExtendedAttribute(const System::String & textValue)
ParameterDescription
textValueThe specified text value.

CreateExtendedAttribute (5 of 7)

Creates a new extended attribute with the field ID which equals to this object’s field ID value and the specified duration value.

Returns: returns created instance of the ExtendedAttribute class with the fieldID which equals to this object’s fieldID value.

CreateExtendedAttribute(Duration durationValue)
ParameterDescription
durationValueThe specified duration value.

CreateExtendedAttribute (6 of 7)

Creates a new extended attribute with the field ID which equals to this object’s field ID value and the specified date value.

Returns: returns created instance of the ExtendedAttribute class with the fieldID which equals to this object’s fieldID value.

CreateExtendedAttribute(System::DateTime dateTimeValue)
ParameterDescription
dateTimeValueThe specified date time value.

CreateExtendedAttribute (7 of 7)

Creates a new extended attribute with the field ID which equals to this object’s field ID value and the specified numeric value.

Returns: returns created instance of the ExtendedAttribute class with the fieldID which equals to this object’s fieldID value.

CreateExtendedAttribute(System::Decimal numericValue)
ParameterDescription
numericValueThe specified numeric value.