C# Class TransactionalNodeService.Common.TypeResponse

显示文件 Open project: chris-tomich/Glyma Class Usage Examples

Protected Properties

Property Type Description
_descriptorTypes DescriptorType>.Dictionary
_metadataTypes MetadataType>.Dictionary
_nodeTypes NodeType>.Dictionary
_relationshipTypes RelationshipType>.Dictionary

Private Properties

Property Type Description

Public Methods

Method Description
TypeResponse ( ) : System

Method Details

TypeResponse() public method

public TypeResponse ( ) : System
return System

Property Details

_descriptorTypes protected_oe property

protected Dictionary _descriptorTypes
return DescriptorType>.Dictionary

_metadataTypes protected_oe property

protected Dictionary _metadataTypes
return MetadataType>.Dictionary

_nodeTypes protected_oe property

protected Dictionary _nodeTypes
return NodeType>.Dictionary

_relationshipTypes protected_oe property

protected Dictionary _relationshipTypes
return RelationshipType>.Dictionary