Udostępnij za pośrednictwem


SmsClientId Class

 

Class used for constructing an SMSID.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId

Syntax

[SerializableAttribute]
public sealed class SmsClientId : IXmlSerializable
[SerializableAttribute]
public ref class SmsClientId sealed : IXmlSerializable
<SerializableAttribute>
Public NotInheritable Class SmsClientId
    Implements IXmlSerializable

Constructors

Name Description
System_CAPS_pubmethod SmsClientId()

Initializes a new instance of the SmsClientId class.

System_CAPS_pubmethod SmsClientId(Guid)

Initializes a new instance of the SmsClientId class.

System_CAPS_pubmethod SmsClientId(SmsClientId)

Initializes a new instance of the SmsClientId class. Creates an SMSID from an SmsClientId object.

System_CAPS_pubmethod SmsClientId(String)

Initializes a new instance of the SmsClientId class. Creates an SMSID from a well-formed GUID string or SMS style (for example, GUID:xyz).

System_CAPS_pubmethod SmsClientId(String, Boolean)

Initializes a new instance of the SmsClientId class. Creates an SMSID from a specified string.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).)

System_CAPS_pubmethodSystem_CAPS_static FromString(String)

Converts a string to an SmsClientId.

System_CAPS_pubmethod GetHashCode()

A hash function for a particular type. (Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetSchema()

This method is reserved and should not be used.

When you implement the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method. If you need to specify a custom schema, apply the XmlSchemaProviderAttribute to the class.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ReadXml(XmlReader)

Generates an object from its XML representation.

System_CAPS_pubmethod ToString()

Returns a String that represents the current Object. (Overrides Object.ToString().)

System_CAPS_pubmethodSystem_CAPS_static ToString(SmsClientId)

Converts an SmsClientId to a string.

System_CAPS_pubmethod WriteXml(XmlWriter)

Converts an object into its XML representation.

Operators

Name Description
System_CAPS_puboperatorSystem_CAPS_static Explicit(SmsClientId to String)

Converts an SmsClientId to a string.

System_CAPS_puboperatorSystem_CAPS_static Explicit(String to SmsClientId)

Converts a string to an SmsClientId.

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

Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top