NokiaXRegistrationDescription Class

Inheritance Hierarchy

System.Object
  Microsoft.ServiceBus.Messaging.EntityDescription
    Microsoft.ServiceBus.Notifications.RegistrationDescription       Microsoft.ServiceBus.Notifications.NokiaXRegistrationDescription
        Microsoft.ServiceBus.Notifications.NokiaXTemplateRegistrationDescription

Namespace:  Microsoft.ServiceBus.Notifications Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "NokiaXRegistrationDescription", Namespace := "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")> _
Public Class NokiaXRegistrationDescription _
    Inherits RegistrationDescription
'Usage
Dim instance As NokiaXRegistrationDescription
[DataContractAttribute(Name = "NokiaXRegistrationDescription", Namespace = "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class NokiaXRegistrationDescription : RegistrationDescription
[DataContractAttribute(Name = L"NokiaXRegistrationDescription", Namespace = L"https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public ref class NokiaXRegistrationDescription : public RegistrationDescription
[<DataContractAttribute(Name = "NokiaXRegistrationDescription", Namespace = "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type NokiaXRegistrationDescription =  
    class
        inherit RegistrationDescription
    end
public class NokiaXRegistrationDescription extends RegistrationDescription

The NokiaXRegistrationDescription type exposes the following members.

Constructors

  Name Description
Public method NokiaXRegistrationDescription(String)
Public method NokiaXRegistrationDescription(NokiaXRegistrationDescription)
Public method NokiaXRegistrationDescription(String, IEnumerable<String>)

Top

Properties

  Name Description
Public property ETag Gets or sets the ETag associated with this description. (Inherited from RegistrationDescription.)
Public property ExpirationTime Gets or sets the expiration time of the registration. (Inherited from RegistrationDescription.)
Public property ExtensionData Gets or sets the structure that contains extra data. (Inherited from EntityDescription.)
Public property IsReadOnly Gets or sets a value that indicates whether the entity description is read-only. (Inherited from EntityDescription.)
Public property NokiaXRegistrationId
Public property RegistrationId Gets or sets the registration ID. (Inherited from RegistrationDescription.)
Public property Tags Gets or sets a set of tags associated with the registration. (Inherited from RegistrationDescription.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Serialize Serializes the registration description. (Inherited from RegistrationDescription.)
Protected method ThrowIfReadOnly Throws an exception if the entity description is read-only. (Inherited from EntityDescription.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ServiceBus.Notifications Namespace