Click or drag to resize

IGHARemoteObjectGetContainedTypesAsync Method

Returns the types that can be children for the owning object

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
Task<Dictionary<string, IGHARemoteClassDescriptor[]>> GetContainedTypesAsync()

Return Value

Type: TaskDictionaryString, IGHARemoteClassDescriptor
Dictionary indexed by .net type name of class descriptors that can be contained by the owing object
See Also