FeedSchema Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the schema of the data feed of the current session.
Assembly: AlertingWcfProxy (in AlertingWcfProxy.dll)
| Name | Description | |
|---|---|---|
![]() | FeedSchema() | Initializes a new instance of the FeedSchema class. |
| Name | Description | |
|---|---|---|
![]() | ColumnAttributes | Gets or sets the attributes that describe the column properties. |
![]() | ColumnName | Gets or sets the name of the column. |
![]() | ColumnNumber | Gets or sets the number of a column in the data feed. |
![]() | ColumnType | Gets or sets the type of the column. |
![]() | DisplayColumnName | Gets or sets the column name that contains the display name for the data. |
![]() | ExtensionData | Gets or sets an object that contains extra data. |
![]() | IsGroup | Gets or sets a value that indicates whether the schema is a group. |
| 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.



