Click or drag to resize

Utilities Class

Some utility classes used in the dispatching and processing of requests through SolidFire.Core.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreUtilities

Namespace:  SolidFire.Core
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class Utilities

The Utilities type exposes the following members.

Constructors
  NameDescription
Public methodUtilities
Initializes a new instance of the Utilities class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsConnectionCompatible
F Check if the version about to be called is valid for the method and parameters in the request.
Public methodIsOptional
Checks if a property is marked as optional using the [Optional] attribute.
Public methodMakeNestedHashtable
Thie method walks a json node and adds values for each json object, array, and property to a Hashtable. It effectively duplicates a json structure in nested Hashtables.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidateRequestObject
Validate a request object by checking its public instance properties for missing mandatory values, use of deprecated properties, or use of properties not supported by the specified connection version.
Top
See Also