FeedSchema Class

Definition

Represents the schema of the data feed of the current session.

public ref class FeedSchema : System::ComponentModel::INotifyPropertyChanged, System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="FeedSchema", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.Serializable]
public class FeedSchema : System.ComponentModel.INotifyPropertyChanged, System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="FeedSchema", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.Serializable>]
type FeedSchema = class
    interface IExtensibleDataObject
    interface INotifyPropertyChanged
Public Class FeedSchema
Implements IExtensibleDataObject, INotifyPropertyChanged
Inheritance
FeedSchema
Attributes
Implements

Constructors

FeedSchema()

Initializes a new instance of the FeedSchema class.

Properties

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.

Methods

RaisePropertyChanged(String)

Raises the PropertyChanged event for the specified property.

Events

PropertyChanged

Occurs when the property value changes.

Applies to