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

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

보호된 프로퍼티들

프로퍼티 타입 설명
annotations List
hasSet bool
isOverride bool
isVirtual bool
propertyName string
propertyNs string
returnType XCodeTypeReference
schemaName string

Private Properties

프로퍼티 타입 설명
AddToConstructor void
AddToContentModel void
AddToType System.CodeDom.CodeMemberProperty
ApplyAnnotations void

공개 메소드들

메소드 설명
ClrBasePropertyInfo ( ) : System

비공개 메소드들

메소드 설명
AddToConstructor ( CodeConstructor functionalConstructor ) : void
AddToContentModel ( CodeObjectCreateExpression contentModelExpression ) : void
AddToType ( CodeTypeDeclaration decl, List annotations ) : CodeMemberProperty
ApplyAnnotations ( CodeMemberProperty propDecl, List typeAnnotations ) : void

메소드 상세

ClrBasePropertyInfo() 공개 메소드

public ClrBasePropertyInfo ( ) : System
리턴 System

프로퍼티 상세

annotations 보호되어 있는 프로퍼티

protected List annotations
리턴 List

hasSet 보호되어 있는 프로퍼티

protected bool hasSet
리턴 bool

isOverride 보호되어 있는 프로퍼티

protected bool isOverride
리턴 bool

isVirtual 보호되어 있는 프로퍼티

protected bool isVirtual
리턴 bool

propertyName 보호되어 있는 프로퍼티

protected string propertyName
리턴 string

propertyNs 보호되어 있는 프로퍼티

protected string propertyNs
리턴 string

returnType 보호되어 있는 프로퍼티

protected XCodeTypeReference,Xml.Schema.Linq.CodeGen returnType
리턴 XCodeTypeReference

schemaName 보호되어 있는 프로퍼티

protected string schemaName
리턴 string