C# 클래스 Paralect.Schematra.EnumType

상속: Type
파일 보기 프로젝트 열기: paralect/Schematra 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_constants List
_constantsByIndex EnumConstantInfo>.Dictionary
_constantsByName EnumConstantInfo>.Dictionary

공개 메소드들

메소드 설명
Build ( ) : void

보호된 메소드들

메소드 설명
AddConstantInternal ( Int32 index, String name ) : void
CreateInternal ( ) : EnumType
EnumType ( TypeContext typeContext ) : System

메소드 상세

AddConstantInternal() 보호된 메소드

protected AddConstantInternal ( Int32 index, String name ) : void
index System.Int32
name String
리턴 void

Build() 공개 메소드

public Build ( ) : void
리턴 void

CreateInternal() 보호된 메소드

protected CreateInternal ( ) : EnumType
리턴 EnumType

EnumType() 보호된 메소드

protected EnumType ( TypeContext typeContext ) : System
typeContext TypeContext
리턴 System

프로퍼티 상세

_constants 보호되어 있는 프로퍼티

protected List _constants
리턴 List

_constantsByIndex 보호되어 있는 프로퍼티

protected Dictionary _constantsByIndex
리턴 EnumConstantInfo>.Dictionary

_constantsByName 보호되어 있는 프로퍼티

protected Dictionary _constantsByName
리턴 EnumConstantInfo>.Dictionary