C# Class Dogen.TestModels.CSharpModel.AssistantDumper

Mostrar archivo Open project: DomainDrivenConsulting/dogen Class Usage Examples

Public Methods

Method Description
Add ( string key, bool value, bool withSeparator = false ) : void
Add ( string key, byte value, bool withSeparator = false ) : void
Add ( string key, char value, bool withSeparator = false ) : void
Add ( string key, decimal value, bool withSeparator = false ) : void
Add ( string key, double value, bool withSeparator = false ) : void
Add ( string key, float value, bool withSeparator = false ) : void
Add ( string key, int value, bool withSeparator = false ) : void
Add ( string key, long value, bool withSeparator = false ) : void
Add ( string key, object value, bool withSeparator = false ) : void
Add ( string key, sbyte value, bool withSeparator = false ) : void
Add ( string key, string value, bool withSeparator = false ) : void
Add ( string key, uint value, bool withSeparator = false ) : void
Add ( string key, ulong value, bool withSeparator = false ) : void
AddEndObject ( ) : void
AddKey ( string k ) : void
AddMemberSeparator ( ) : void
AddNonQuoted ( int value ) : void
AddPairSeparator ( ) : void
AddQuoted ( string value ) : void
AddStartObject ( ) : void
AddType ( string typeName, bool withSeparator = false ) : void
AssistantDumper ( ) : System
DecrementDepth ( ) : void
HandleMemberSeparator ( bool withSeparator ) : void
IncrementDepth ( ) : void
MaximumDepthExceeded ( ) : bool
ToString ( ) : string

Private Methods

Method Description
AddKeyWithSeparator ( string key ) : void

Method Details

Add() public method

public Add ( string key, bool value, bool withSeparator = false ) : void
key string
value bool
withSeparator bool
return void

Add() public method

public Add ( string key, byte value, bool withSeparator = false ) : void
key string
value byte
withSeparator bool
return void

Add() public method

public Add ( string key, char value, bool withSeparator = false ) : void
key string
value char
withSeparator bool
return void

Add() public method

public Add ( string key, decimal value, bool withSeparator = false ) : void
key string
value decimal
withSeparator bool
return void

Add() public method

public Add ( string key, double value, bool withSeparator = false ) : void
key string
value double
withSeparator bool
return void

Add() public method

public Add ( string key, float value, bool withSeparator = false ) : void
key string
value float
withSeparator bool
return void

Add() public method

public Add ( string key, int value, bool withSeparator = false ) : void
key string
value int
withSeparator bool
return void

Add() public method

public Add ( string key, long value, bool withSeparator = false ) : void
key string
value long
withSeparator bool
return void

Add() public method

public Add ( string key, object value, bool withSeparator = false ) : void
key string
value object
withSeparator bool
return void

Add() public method

public Add ( string key, sbyte value, bool withSeparator = false ) : void
key string
value sbyte
withSeparator bool
return void

Add() public method

public Add ( string key, string value, bool withSeparator = false ) : void
key string
value string
withSeparator bool
return void

Add() public method

public Add ( string key, uint value, bool withSeparator = false ) : void
key string
value uint
withSeparator bool
return void

Add() public method

public Add ( string key, ulong value, bool withSeparator = false ) : void
key string
value ulong
withSeparator bool
return void

AddEndObject() public method

public AddEndObject ( ) : void
return void

AddKey() public method

public AddKey ( string k ) : void
k string
return void

AddMemberSeparator() public method

public AddMemberSeparator ( ) : void
return void

AddNonQuoted() public method

public AddNonQuoted ( int value ) : void
value int
return void

AddPairSeparator() public method

public AddPairSeparator ( ) : void
return void

AddQuoted() public method

public AddQuoted ( string value ) : void
value string
return void

AddStartObject() public method

public AddStartObject ( ) : void
return void

AddType() public method

public AddType ( string typeName, bool withSeparator = false ) : void
typeName string
withSeparator bool
return void

AssistantDumper() public method

public AssistantDumper ( ) : System
return System

DecrementDepth() public method

public DecrementDepth ( ) : void
return void

HandleMemberSeparator() public method

public HandleMemberSeparator ( bool withSeparator ) : void
withSeparator bool
return void

IncrementDepth() public method

public IncrementDepth ( ) : void
return void

MaximumDepthExceeded() public method

public MaximumDepthExceeded ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string