C# Class Dogen.TestModels.CSharpModel.AssistantDumper

Afficher le fichier Open project: DomainDrivenConsulting/dogen Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AddKeyWithSeparator ( string key ) : void

Method Details

Add() public méthode

public Add ( string key, bool value, bool withSeparator = false ) : void
key string
value bool
withSeparator bool
Résultat void

Add() public méthode

public Add ( string key, byte value, bool withSeparator = false ) : void
key string
value byte
withSeparator bool
Résultat void

Add() public méthode

public Add ( string key, char value, bool withSeparator = false ) : void
key string
value char
withSeparator bool
Résultat void

Add() public méthode

public Add ( string key, decimal value, bool withSeparator = false ) : void
key string
value decimal
withSeparator bool
Résultat void

Add() public méthode

public Add ( string key, double value, bool withSeparator = false ) : void
key string
value double
withSeparator bool
Résultat void

Add() public méthode

public Add ( string key, float value, bool withSeparator = false ) : void
key string
value float
withSeparator bool
Résultat void

Add() public méthode

public Add ( string key, int value, bool withSeparator = false ) : void
key string
value int
withSeparator bool
Résultat void

Add() public méthode

public Add ( string key, long value, bool withSeparator = false ) : void
key string
value long
withSeparator bool
Résultat void

Add() public méthode

public Add ( string key, object value, bool withSeparator = false ) : void
key string
value object
withSeparator bool
Résultat void

Add() public méthode

public Add ( string key, sbyte value, bool withSeparator = false ) : void
key string
value sbyte
withSeparator bool
Résultat void

Add() public méthode

public Add ( string key, string value, bool withSeparator = false ) : void
key string
value string
withSeparator bool
Résultat void

Add() public méthode

public Add ( string key, uint value, bool withSeparator = false ) : void
key string
value uint
withSeparator bool
Résultat void

Add() public méthode

public Add ( string key, ulong value, bool withSeparator = false ) : void
key string
value ulong
withSeparator bool
Résultat void

AddEndObject() public méthode

public AddEndObject ( ) : void
Résultat void

AddKey() public méthode

public AddKey ( string k ) : void
k string
Résultat void

AddMemberSeparator() public méthode

public AddMemberSeparator ( ) : void
Résultat void

AddNonQuoted() public méthode

public AddNonQuoted ( int value ) : void
value int
Résultat void

AddPairSeparator() public méthode

public AddPairSeparator ( ) : void
Résultat void

AddQuoted() public méthode

public AddQuoted ( string value ) : void
value string
Résultat void

AddStartObject() public méthode

public AddStartObject ( ) : void
Résultat void

AddType() public méthode

public AddType ( string typeName, bool withSeparator = false ) : void
typeName string
withSeparator bool
Résultat void

AssistantDumper() public méthode

public AssistantDumper ( ) : System
Résultat System

DecrementDepth() public méthode

public DecrementDepth ( ) : void
Résultat void

HandleMemberSeparator() public méthode

public HandleMemberSeparator ( bool withSeparator ) : void
withSeparator bool
Résultat void

IncrementDepth() public méthode

public IncrementDepth ( ) : void
Résultat void

MaximumDepthExceeded() public méthode

public MaximumDepthExceeded ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string