Static ReadonlyHasTrue if the property has a value type that is derived from the container. For example, a column property that is a list of column values.
Static ReadonlyIsTrue if the property value is calculated or derived from the context.
Static ReadonlyIsTrue if the property value can be edited by the user, but false if the property requires a special editor.
Static ReadonlyIsTrue if the property takes multiple values (the value is an array).
Static ReadonlyIsTrue if the property shall be included in the analysis file.
Static ReadonlyIsTrue if the property shall be copied to objects derived from the container. For example, a column property that is propagated to a derived data view.
Static ReadonlyIsTrue if the property can be used in search expressions.
Static ReadonlyIsTrue if the data property is built-in.
Static ReadonlyIsTrue if the property is displayed in the data properties UI, but false is the property requires a special editor.
Static ReadonlyNoneThe empty set of attributes.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Determines whether one or more bit fields are set in the current instance.
An enumeration value.
true if the bit field or bit fields that are set in flag are also set in the current instance; otherwise, false.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Perform And operation on enum values.
The other enum values.
The result.
Perform Or operation on enum values.
The other enum values.
The result.
Perform Xor operation on enum values.
The other enum values.
The result.
Attributes for a Spotfire.Dxp.Data.DataProperty. Custom data properties should almost always use Spotfire.Dxp.Data.DataProperty.DefaultAttributes.
Since
2.0