C# Class MicroLite.Mapping.ObjectInfoExtensions

Extension methods for IObjectInfo.
Show file Open project: TrevorPilley/MicroLite

Public Methods

Method Description
EmitMappings ( this objectInfo, TextWriter textWriter ) : void

Emits the mappings for the specified IObjectInfo to the specified TextWriter.

EmitMappingsToConsole ( this objectInfo ) : void

Emits the mappings for the specified IObjectInfo to the Console.

Method Details

EmitMappings() public static method

Emits the mappings for the specified IObjectInfo to the specified TextWriter.
public static EmitMappings ( this objectInfo, TextWriter textWriter ) : void
objectInfo this The object information to emit.
textWriter System.IO.TextWriter The text writer to write to.
return void

EmitMappingsToConsole() public static method

Emits the mappings for the specified IObjectInfo to the Console.
public static EmitMappingsToConsole ( this objectInfo ) : void
objectInfo this The object information to emit.
return void