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 | |
---|---|---|
SmsClientId() | Initializes a new instance of the SmsClientId class. |
|
SmsClientId(Guid) | Initializes a new instance of the SmsClientId class. |
|
SmsClientId(SmsClientId) | Initializes a new instance of the SmsClientId class. Creates an SMSID from an SmsClientId object. |
|
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). |
|
SmsClientId(String, Boolean) | Initializes a new instance of the SmsClientId class. Creates an SMSID from a specified string. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides Object.Equals(Object).) |
|
FromString(String) | Converts a string to an SmsClientId. |
|
GetHashCode() | A hash function for a particular type. (Overrides Object.GetHashCode().) |
|
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. |
|
GetType() | (Inherited from Object.) |
|
ReadXml(XmlReader) | Generates an object from its XML representation. |
|
ToString() | Returns a String that represents the current Object. (Overrides Object.ToString().) |
|
ToString(SmsClientId) | Converts an SmsClientId to a string. |
|
WriteXml(XmlWriter) | Converts an object into its XML representation. |
Operators
Name | Description | |
---|---|---|
Explicit(SmsClientId to String) | Converts an SmsClientId to a string. |
|
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