FeedPreviewData Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the preview of the data feed that is used as a source for the alert definition.
Assembly: AlertingWcfProxy (in AlertingWcfProxy.dll)
| Name | Description | |
|---|---|---|
![]() | FeedPreviewData() | Initializes a new instance of the FeedPreviewData class. |
| Name | Description | |
|---|---|---|
![]() | ColumnName | Gets or sets the name of the column. |
![]() | ColumnNumber | Gets or sets the number of a column in the data feed. |
![]() | ColumnValue | Gets or sets the value in the column. |
![]() | ExtensionData | Gets or sets an object that contains extra data. |
![]() | RowNumber | Gets or sets the number of a row in the data feed. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RaisePropertyChanged(String^) | Raises the PropertyChanged event for the specified property. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when the property value changes. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



