SmsClientId Class

 

Class used for constructing an SMSID.

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

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

[SerializableAttribute]
public ref class SmsClientId sealed : IXmlSerializable

NameDescription
System_CAPS_pubmethodSmsClientId()

Initializes a new instance of the SmsClientId class.

System_CAPS_pubmethodSmsClientId(Guid)

Initializes a new instance of the SmsClientId class.

System_CAPS_pubmethodSmsClientId(SmsClientId^)

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

System_CAPS_pubmethodSmsClientId(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_pubmethodSmsClientId(String^, Boolean)

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_pubmethodSystem_CAPS_staticFromString(String^)

Converts a string to an SmsClientId.

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetSchema()

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_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodReadXml(XmlReader^)

Generates an object from its XML representation.

System_CAPS_pubmethodToString()

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

System_CAPS_pubmethodSystem_CAPS_staticToString(SmsClientId^)

Converts an SmsClientId to a string.

System_CAPS_pubmethodWriteXml(XmlWriter^)

Converts an object into its XML representation.

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticExplicit(SmsClientId^ to String^)

Converts an SmsClientId to a string.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(String^ to SmsClientId^)

Converts a string to an SmsClientId.

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: