C# 클래스 Xml.Schema.Linq.CodeGen.CodeTypeDeclItems

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
contentModelExpression System.CodeDom.CodeObjectCreateExpression
functionalConstructor System.CodeDom.CodeConstructor
hasElementWildCards bool
propertyNameTypeTable CodeMemberProperty>.Dictionary
staticConstructor System.CodeDom.CodeTypeConstructor

공개 메소드들

메소드 설명
CodeTypeDeclItems ( ) : System
Init ( ) : void

메소드 상세

CodeTypeDeclItems() 공개 메소드

public CodeTypeDeclItems ( ) : System
리턴 System

Init() 공개 메소드

public Init ( ) : void
리턴 void

프로퍼티 상세

contentModelExpression 공개적으로 프로퍼티

public CodeObjectCreateExpression,System.CodeDom contentModelExpression
리턴 System.CodeDom.CodeObjectCreateExpression

functionalConstructor 공개적으로 프로퍼티

public CodeConstructor,System.CodeDom functionalConstructor
리턴 System.CodeDom.CodeConstructor

hasElementWildCards 공개적으로 프로퍼티

public bool hasElementWildCards
리턴 bool

propertyNameTypeTable 공개적으로 프로퍼티

public Dictionary propertyNameTypeTable
리턴 CodeMemberProperty>.Dictionary

staticConstructor 공개적으로 프로퍼티

public CodeTypeConstructor,System.CodeDom staticConstructor
리턴 System.CodeDom.CodeTypeConstructor