C# Class Docu.Documentation.Property

Inheritance: BaseDocumentationElement, IReferencable
Afficher le fichier Open project: cdrnet/docu

Méthodes publiques

Méthode 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 méthode

public Property ( Docu.Parsing.Model.PropertyIdentifier identifier, DeclaredType type ) : System
identifier Docu.Parsing.Model.PropertyIdentifier
type DeclaredType
Résultat System

Resolve() public méthode

public Resolve ( IReferencable>.IDictionary referencables ) : void
referencables IReferencable>.IDictionary
Résultat void

Unresolved() public static méthode

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

Unresolved() public static méthode

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
Résultat Property