C# Класс Docu.Documentation.Property

Наследование: BaseDocumentationElement, IReferencable
Показать файл Открыть проект

Открытые методы

Метод Описание
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