GeneralFunctions Members
Represents general functions used to retrieve data from XML, checking for numeric validation, etc.
The following tables list the members exposed by the GeneralFunctions type.
Public Fields
Name | Description | |
---|---|---|
EventLogEventSourceName | Represents the event log source for UII |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
CanDeserialize | Determines whether a string can be deserialized to an object of specified type. | |
DecryptStringFromBytes | Decrypts the given text using symmetric Rijndael algorithm. Obsolete. | |
Deserialize | Overloaded. | |
EncryptStringToBytes | Encrypts the given text using symmetric Rijndael algorithm. Obsolete. | |
Equals | (inherited from Object) | |
EscapeXml | Escapes Xml metacharacters | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
GetValueFromReader | Overloaded. | |
GetXmlNodeText | Retrieves the node value of given xpath by loading the given XML. | |
GetXmlNodeValue | Retrieves the node value of given xpath by loading the given XML. Obsolete. | |
IsInitialInstance | Ensures only one copy of the executing application is running at a time. | |
IsNumeric | Determines whether the given input value is numeric. | |
Serialize | Overloaded. | |
ToString | (inherited from Object) | |
UnEscapeXml | Unescapes Xml metacharacters. | |
WriteToApplicationEventLog | Writes to the application event log. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top
See Also
Reference
GeneralFunctions Class
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.