The following tables list the members exposed by PictureFeatureAttribute.
Name | Description | |
---|---|---|
![]() | CodedValueDomain | Gets the code value domain for the feature attribute. (Inherited from DataColumnFeatureAttribute) |
![]() | Column | Gets the data column for the feature attribute. (Inherited from DataColumnFeatureAttribute) |
![]() | ColumnName | Gets the name of the column in the feature data row the feature attribute is associated with. (Inherited from DataColumnFeatureAttribute) |
![]() | DisplayCaption | Gets the caption used to identify the feature attribute when viewing the feature attribute value (i.e., read-only). (Inherited from FeatureAttribute) |
![]() | DisplayString | Gets the feature attribute value as a user-friendly string. (Inherited from FeatureAttribute) |
![]() | EditCaption | Gets the caption used to identify the feature attribute when editing the feature attribute value. (Inherited from FeatureAttribute) |
![]() | ErrorMessage | Gets a description of any errors with the current attribute value. (Inherited from FeatureAttribute) |
![]() | Feature | Gets the feature that the feature attribute is associated with. (Inherited from FeatureAttribute) |
![]() | ImageSource | Gets/sets the Value as an ImageSource type. |
![]() | IsEditable | Gets the flag indicating whether or not the feature attribute value can be edited/modified. (Inherited from FeatureAttribute) |
![]() | IsSearchable | Gets the flag indicating whether the feature attribute can be used in a search query. (Inherited from FeatureAttribute) |
![]() | IsViewable | Gets the flag indicating whether or not the feature attribute should be visible when viewing feature attributes (i.e., read-only). (Inherited from FeatureAttribute) |
![]() | Modified | Gets a flag indicating if the feature attribute value has been modified from the original value in the feature data row. (Inherited from FeatureAttribute) |
![]() | RangeValueDomain | Gets the range domain for the feature attribute. (Inherited from DataColumnFeatureAttribute) |
![]() | Row | Gets the feature data row the feature attribute is associated with. (Inherited from DataColumnFeatureAttribute) |
![]() | Value | Overridden. Gets or sets the value of the picture feature attribute. |
Name | Description | |
---|---|---|
![]() | ColumnIndex | Gets the index of the column in the feature data row the attribute is associated with. (Inherited from DataColumnFeatureAttribute) |
![]() | ThrowOnInvalidPropertyName | Determines whether to throw an exception (true) or use Debug.Fail() (false) when an invalid property name is passed to VerifyPropertyName. This is false by default but derived classes may set/override this property. (Inherited from ObservableObject) |
Name | Description | |
---|---|---|
![]() | GetValueConsiderDomain | Returns the current attribute value as a string, using a user-friendly description for domain and subtype fields. (Inherited from DataColumnFeatureAttribute) |
![]() | Refresh | Updates the feature attribute to reflect the current state/value of its associated feature data row. This method should be called if the feature data row was modified by some other entity other than this FeatureAttribute object. For example, if a feature subtype field is modified other column values may be modified. (Inherited from DataColumnFeatureAttribute) |
![]() | RestoreOriginalValue | Restores the feature attribute value to the original value when the feature attribute was created. (Inherited from DataColumnFeatureAttribute) |
Name | Description | |
---|---|---|
![]() | GetColumnError | Returns a description of any the error code for the current column value. (Inherited from DataColumnFeatureAttribute) |
![]() | OnPropertyChanged | Raises the PropertyChanged event. (Inherited from ObservableObject) |
![]() | VerifyPropertyName | Verifies that the object contains a property with the given name. This method does not exist in a release build. (Inherited from ObservableObject) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from ObservableObject) |