C# 클래스 TransactionalNodeService.Common.TypeResponse

파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_descriptorTypes DescriptorType>.Dictionary
_metadataTypes MetadataType>.Dictionary
_nodeTypes NodeType>.Dictionary
_relationshipTypes RelationshipType>.Dictionary

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TypeResponse ( ) : System

메소드 상세

TypeResponse() 공개 메소드

public TypeResponse ( ) : System
리턴 System

프로퍼티 상세

_descriptorTypes 보호되어 있는 프로퍼티

protected Dictionary _descriptorTypes
리턴 DescriptorType>.Dictionary

_metadataTypes 보호되어 있는 프로퍼티

protected Dictionary _metadataTypes
리턴 MetadataType>.Dictionary

_nodeTypes 보호되어 있는 프로퍼티

protected Dictionary _nodeTypes
리턴 NodeType>.Dictionary

_relationshipTypes 보호되어 있는 프로퍼티

protected Dictionary _relationshipTypes
리턴 RelationshipType>.Dictionary