C# 클래스 Paralect.Schematra.Type

파일 보기 프로젝트 열기: paralect/Schematra

보호된 프로퍼티들

프로퍼티 타입 설명
_aliases List
_fullName String
_name String
_namespace String
_typeContext TypeContext
_usings List

공개 메소드들

메소드 설명
Build ( ) : void

보호된 메소드들

메소드 설명
AddAliasInternal ( String alias ) : void

Add alias

CopyInternal ( Type to ) : void

Copy this type infor to another type instance

SetNameInternal ( String fullName ) : void

Define name by full name

SetNameInternal ( String name, String @namespace ) : void

Define name by name and @namespace

SetUsingsInternal ( List usings ) : void

Add usings internal

Type ( TypeContext typeContext ) : System

Initialization

메소드 상세

AddAliasInternal() 보호된 메소드

Add alias
protected AddAliasInternal ( String alias ) : void
alias String
리턴 void

Build() 공개 추상적인 메소드

public abstract Build ( ) : void
리턴 void

CopyInternal() 보호된 메소드

Copy this type infor to another type instance
protected CopyInternal ( Type to ) : void
to Type
리턴 void

SetNameInternal() 보호된 메소드

Define name by full name
protected SetNameInternal ( String fullName ) : void
fullName String
리턴 void

SetNameInternal() 보호된 메소드

Define name by name and @namespace
protected SetNameInternal ( String name, String @namespace ) : void
name String
@namespace String
리턴 void

SetUsingsInternal() 보호된 메소드

Add usings internal
protected SetUsingsInternal ( List usings ) : void
usings List
리턴 void

Type() 보호된 메소드

Initialization
protected Type ( TypeContext typeContext ) : System
typeContext TypeContext
리턴 System

프로퍼티 상세

_aliases 보호되어 있는 프로퍼티

List of aliasses
protected List _aliases
리턴 List

_fullName 보호되어 있는 프로퍼티

Full name of type with namespace
protected String _fullName
리턴 String

_name 보호되어 있는 프로퍼티

Short name of type (without namespace prefix)
protected String _name
리턴 String

_namespace 보호되어 있는 프로퍼티

Namespace of this type
protected String _namespace
리턴 String

_typeContext 보호되어 있는 프로퍼티

Type context this type belongs to
protected TypeContext,Paralect.Schematra _typeContext
리턴 TypeContext

_usings 보호되어 있는 프로퍼티

List of aliasses
protected List _usings
리턴 List