Utilities Class |
Namespace: SolidFire.Core
public class Utilities
The Utilities type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsConnectionCompatible | F
Check if the version about to be called is valid for the method and parameters in the request.
| |
IsOptional |
Checks if a property is marked as optional using the [Optional] attribute.
| |
MakeNestedHashtable |
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.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ValidateRequestObject |
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.
|