C# Class EFLinqAnalyzer.CanonicalMethodNames.PropertyInfo

Afficher le fichier Open project: jumpinjackie/roslyn-ef-linq-analyzer

Méthodes publiques

Méthode Description
AddSignature ( PropertySignature sig ) : void

Adds the given signature to this instance. If this was a stub, it is no longer a stub

AddSignatures ( IEnumerable sigs ) : void

Adds the given signatures to this instance. If this was a stub, it is no longer a stub

PropertyInfo ( string name ) : System

Private Methods

Méthode Description
PropertyInfo ( string name, IEnumerable sigs ) : System

Method Details

AddSignature() public méthode

Adds the given signature to this instance. If this was a stub, it is no longer a stub
public AddSignature ( PropertySignature sig ) : void
sig PropertySignature
Résultat void

AddSignatures() public méthode

Adds the given signatures to this instance. If this was a stub, it is no longer a stub
public AddSignatures ( IEnumerable sigs ) : void
sigs IEnumerable
Résultat void

PropertyInfo() public méthode

public PropertyInfo ( string name ) : System
name string
Résultat System