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()
Function GetContainedTypesAsync As Task(Of Dictionary(Of String, IGHARemoteClassDescriptor()))
Task<Dictionary<String^, array<IGHARemoteClassDescriptor^>^>^>^ GetContainedTypesAsync()
abstract GetContainedTypesAsync : unit -> Task<Dictionary<string, IGHARemoteClassDescriptor[]>>
Return Value
Type:
TaskDictionaryString,
IGHARemoteClassDescriptorDictionary indexed by .net type name of class descriptors that can be contained by the owing object
See Also