C# Class TeaDriven.Graphology.TypeExclusionsClientBase

Afficher le fichier Open project: TeaDrivenDev/Graphology

Méthodes protégées

Méthode Description
DoNotFollowType ( Type t ) : bool
TypeExclusionsClientBase ( ) : System
TypeExclusionsClientBase ( TypeExclusions typeExclusions ) : System
TypeIsExcluded ( Type t ) : bool

Method Details

DoNotFollowType() protected méthode

protected DoNotFollowType ( Type t ) : bool
t System.Type
Résultat bool

TypeExclusionsClientBase() protected méthode

protected TypeExclusionsClientBase ( ) : System
Résultat System

TypeExclusionsClientBase() protected méthode

protected TypeExclusionsClientBase ( TypeExclusions typeExclusions ) : System
typeExclusions TypeExclusions
Résultat System

TypeIsExcluded() protected méthode

protected TypeIsExcluded ( Type t ) : bool
t System.Type
Résultat bool