GeneralFunctions Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Represents general functions used to retrieve data from XML, checking for numeric validation, etc.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Inheritance Hierarchy
System.Object
Microsoft.Uii.Common.GeneralFunctions
Syntax
public sealed class GeneralFunctions
Public NotInheritable Class GeneralFunctions
Methods
Name | Description | |
---|---|---|
CanDeserialize<TType>(String) | Determines whether a string can be deserialized to an object of specified type. |
|
DecryptStringFromBytes(Byte[], Byte[], Byte[]) | Obsolete. Decrypts the given text using symmetric Rijndael algorithm. |
|
Deserialize(String, Type) | Deserializes the XML string into an object of type passed in. |
|
Deserialize<TType>(String) | Deserializes an XML string into an object of type passed in. |
|
EncryptStringToBytes(String, Byte[], Byte[]) | Obsolete. Encrypts the given text using symmetric Rijndael algorithm. |
|
Equals(Object) | (Inherited from Object.) |
|
EscapeXml(String) | Escapes Xml metacharacters |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
GetValueFromReader(SqlDataReader, Int32) | Retrieves the value of the indexed field in the reader. |
|
GetValueFromReader(SqlDataReader, String) | Retrieves the value of name field in the reader. |
|
GetXmlNodeText(String, String) | Retrieves the node value of given xpath by loading the given XML. |
|
GetXmlNodeValue(String, String) | Obsolete. Retrieves the node value of given xpath by loading the given XML. |
|
IsInitialInstance() | Ensures only one copy of the executing application is running at a time. |
|
IsNumeric(String) | Determines whether the given input value is numeric. |
|
Serialize(Object) | Serializes the object passed in returning an xml string. |
|
Serialize<TType>(TType) | Serializes the object passed in returning an xml string. |
|
ToString() | (Inherited from Object.) |
|
UnEscapeXml(String) | Unescapes Xml metacharacters. |
|
WriteToApplicationEventLog(String, EventLogEntryType) | Writes to the application event log. |
Fields
Name | Description | |
---|---|---|
EventLogEventSourceName | Represents the event log source for UII |
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.Uii.Common Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright