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
public field static EventLogEventSourceName Represents the event log source for UII

Top

Public Methods

(see also Protected Methods)

  Name Description
public methodstatic CanDeserialize Determines whether a string can be deserialized to an object of specified type.
public methodstatic DecryptStringFromBytes Decrypts the given text using symmetric Rijndael algorithm. Obsolete.
public methodstatic Deserialize Overloaded.  
public methodstatic EncryptStringToBytes Encrypts the given text using symmetric Rijndael algorithm. Obsolete.
public method Equals  (inherited from Object)
public methodstatic EscapeXml Escapes Xml metacharacters
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public methodstatic GetValueFromReader Overloaded.  
public methodstatic GetXmlNodeText Retrieves the node value of given xpath by loading the given XML.
public methodstatic GetXmlNodeValue Retrieves the node value of given xpath by loading the given XML. Obsolete.
public methodstatic IsInitialInstance Ensures only one copy of the executing application is running at a time.
public methodstatic IsNumeric Determines whether the given input value is numeric.
public methodstatic Serialize Overloaded.  
public method ToString  (inherited from Object)
public methodstatic UnEscapeXml Unescapes Xml metacharacters.
public methodstatic WriteToApplicationEventLog Writes to the application event log.

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method 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.