C# Class Bender.NamingConventions.TypeContext

Exibir arquivo Open project: mikeobrien/Bender Class Usage Examples

Public Methods

Method Description
OfType ( CachedType type ) : TypeContext
TypeContext ( CachedType type, Bender.Nodes.Object.Context context, bool isRoot = false ) : Bender.Configuration

Private Methods

Method Description
TypeContext ( CachedType type, TypeContext context ) : Bender.Configuration

Method Details

OfType() public method

public OfType ( CachedType type ) : TypeContext
type CachedType
return TypeContext

TypeContext() public method

public TypeContext ( CachedType type, Bender.Nodes.Object.Context context, bool isRoot = false ) : Bender.Configuration
type CachedType
context Bender.Nodes.Object.Context
isRoot bool
return Bender.Configuration