Method | Description | |
---|---|---|
Equals ( object o ) : bool | ||
FindObjectClassInfo ( String type ) : |
Returns the ObjectClassInfo for the given type.
|
|
FindOperationOptionInfo ( String name ) : |
Returns the OperationOptionInfo for the given name.
|
|
GetHashCode ( ) : int | ||
GetSupportedObjectClassesByOperation ( SafeType |
Returns the supported object classes for the given operation.
|
|
GetSupportedOptionsByOperation ( SafeType |
Returns the supported options for the given operation.
|
|
Schema ( ICollection |
Public only for serialization; please use SchemaBuilder instead.
|
|
ToString ( ) : string |
public FindObjectClassInfo ( String type ) : |
||
type | String | The type to find. |
return |
public FindOperationOptionInfo ( String name ) : |
||
name | String | The name to find. |
return |
public GetSupportedObjectClassesByOperation ( SafeType |
||
apiop | SafeType |
The operation. |
return | ICollection |
public GetSupportedOptionsByOperation ( SafeType |
||
apiop | SafeType |
The operation. |
return | ICollection |
public Schema ( ICollection |
||
info | ICollection |
|
options | ICollection |
|
supportedObjectClassesByOperation | IDictionary |
|
supportedOptionsByOperation | IDictionary |
|
return | System |