ServiceContractExtender Members

Include Protected Members
Include Inherited Members

Exposes Service Broker contract methods and properties in addition to the methods and properties of the ServiceContract object.

The ServiceContractExtender type exposes the following members.

Constructors

  Name Description
Public method ServiceContractExtender() Initializes a new instance of the ServiceContractExtender class.
Public method ServiceContractExtender(ServiceContract) Initializes a new instance of the ServiceContractExtender class and associates it with an instance of the ServiceContract class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Protected method GetParentSfcPropertySet() (Inherited from SmoObjectExtender<T>.)
Public method GetPropertySet() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<ServiceContract>.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method OnPropertyChanged(String) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<ServiceContract>.)
Protected method OnPropertyMetadataChanged(String) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<ServiceContract>.)
Protected method parent_PropertyChanged(Object, PropertyChangedEventArgs) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<ServiceContract>.)
Protected method parent_PropertyMetadataChanged(Object, SfcPropertyMetadataChangedEventArgs) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<ServiceContract>.)
Protected method RegisterParentProperty(PropertyInfo) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<ServiceContract>.)
Protected method RegisterProperty(PropertyInfo) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<ServiceContract>.)
Protected method RegisterProperty(PropertyInfo, String) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<ServiceContract>.)
Public method ToString() (Inherited from Object.)
Public method Validate(String, array<Object[])

Top

Properties

  Name Description
Public property MessageTypeMappings
Public property Name Gets or sets the name of the Service Broker contract associated with the ServiceContractExtender object.
Protected property Parent() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<ServiceContract>.)

Top

Events

  Name Description
Public event PropertyChanged() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<ServiceContract>.)
Public event PropertyMetadataChanged() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<ServiceContract>.)

Top