C# Class TeaDriven.Graphology.TypeExclusionsClientBase

Exibir arquivo Open project: TeaDrivenDev/Graphology

Protected Methods

Method Description
DoNotFollowType ( Type t ) : bool
TypeExclusionsClientBase ( ) : System
TypeExclusionsClientBase ( TypeExclusions typeExclusions ) : System
TypeIsExcluded ( Type t ) : bool

Method Details

DoNotFollowType() protected method

protected DoNotFollowType ( Type t ) : bool
t System.Type
return bool

TypeExclusionsClientBase() protected method

protected TypeExclusionsClientBase ( ) : System
return System

TypeExclusionsClientBase() protected method

protected TypeExclusionsClientBase ( TypeExclusions typeExclusions ) : System
typeExclusions TypeExclusions
return System

TypeIsExcluded() protected method

protected TypeIsExcluded ( Type t ) : bool
t System.Type
return bool