C# Class Docu.Documentation.Property

Inheritance: BaseDocumentationElement, IReferencable
Mostrar archivo Open project: cdrnet/docu

Public Methods

Method Description
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

Method Details

Property() public method

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

Resolve() public method

public Resolve ( IReferencable>.IDictionary referencables ) : void
referencables IReferencable>.IDictionary
return void

Unresolved() public static method

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

Unresolved() public static method

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
return Property