C# Class EFLinqAnalyzer.CanonicalMethodNames.PropertyInfo

Mostra file Open project: jumpinjackie/roslyn-ef-linq-analyzer

Public Methods

Method 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

Method Description
PropertyInfo ( string name, IEnumerable sigs ) : System

Method Details

AddSignature() public method

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

AddSignatures() public method

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

PropertyInfo() public method

public PropertyInfo ( string name ) : System
name string
return System