AlertDefinitionCreate Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new alert definition for the Windows Communication Foundation.

Namespace:   AlertingWcfProxy
Assembly:  AlertingWcfProxy (in AlertingWcfProxy.dll)

System::Object
  AlertingWcfProxy::AlertDefinitionCreate

[SerializableAttribute]
[DataContractAttribute(Name = "AlertDefinitionCreate", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
public ref class AlertDefinitionCreate : IExtensibleDataObject, 
	INotifyPropertyChanged

NameDescription
System_CAPS_pubmethodAlertDefinitionCreate()

Initializes a new instance of the AlertDefinitionCreate class.

NameDescription
System_CAPS_pubpropertyDefinitionCulture

Gets or sets the locale culture for the definition.

System_CAPS_pubpropertyExtensionData

Gets or sets an object that contains extra data.

System_CAPS_pubpropertyFeedId

Gets or sets the feed identifier.

System_CAPS_pubpropertyName

Gets or sets the name of the definition.

System_CAPS_pubpropertyRuleDefinition

Gets or sets the XML representing the alert evaluation rule.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodRaisePropertyChanged(String^)

Raises the PropertyChanged event for the specified property.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

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.

Return to top
Show: