C# 클래스 Docu.Documentation.Property

상속: BaseDocumentationElement, IReferencable
파일 보기 프로젝트 열기: cdrnet/docu

공개 메소드들

메소드 설명
Property ( Docu.Parsing.Model.PropertyIdentifier identifier, DeclaredType type ) : System
Resolve ( IReferencable>.IDictionary referencables ) : void
Unresolved ( Docu.Parsing.Model.PropertyIdentifier propertyIdentifier, DeclaredType type ) : Property
Unresolved ( Docu.Parsing.Model.PropertyIdentifier propertyIdentifier, DeclaredType type, PropertyInfo declaration, IReferencable returnType ) : Property

메소드 상세

Property() 공개 메소드

public Property ( Docu.Parsing.Model.PropertyIdentifier identifier, DeclaredType type ) : System
identifier Docu.Parsing.Model.PropertyIdentifier
type DeclaredType
리턴 System

Resolve() 공개 메소드

public Resolve ( IReferencable>.IDictionary referencables ) : void
referencables IReferencable>.IDictionary
리턴 void

Unresolved() 공개 정적인 메소드

public static Unresolved ( Docu.Parsing.Model.PropertyIdentifier propertyIdentifier, DeclaredType type ) : Property
propertyIdentifier Docu.Parsing.Model.PropertyIdentifier
type DeclaredType
리턴 Property

Unresolved() 공개 정적인 메소드

public static Unresolved ( Docu.Parsing.Model.PropertyIdentifier propertyIdentifier, DeclaredType type, PropertyInfo declaration, IReferencable returnType ) : Property
propertyIdentifier Docu.Parsing.Model.PropertyIdentifier
type DeclaredType
declaration PropertyInfo
returnType IReferencable
리턴 Property