C# 클래스 Dogen.TestModels.CSharpModel.AssistantDumper

파일 보기 프로젝트 열기: DomainDrivenConsulting/dogen 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AddKeyWithSeparator ( string key ) : void

메소드 상세

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

Add() 공개 메소드

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

AddEndObject() 공개 메소드

public AddEndObject ( ) : void
리턴 void

AddKey() 공개 메소드

public AddKey ( string k ) : void
k string
리턴 void

AddMemberSeparator() 공개 메소드

public AddMemberSeparator ( ) : void
리턴 void

AddNonQuoted() 공개 메소드

public AddNonQuoted ( int value ) : void
value int
리턴 void

AddPairSeparator() 공개 메소드

public AddPairSeparator ( ) : void
리턴 void

AddQuoted() 공개 메소드

public AddQuoted ( string value ) : void
value string
리턴 void

AddStartObject() 공개 메소드

public AddStartObject ( ) : void
리턴 void

AddType() 공개 메소드

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

AssistantDumper() 공개 메소드

public AssistantDumper ( ) : System
리턴 System

DecrementDepth() 공개 메소드

public DecrementDepth ( ) : void
리턴 void

HandleMemberSeparator() 공개 메소드

public HandleMemberSeparator ( bool withSeparator ) : void
withSeparator bool
리턴 void

IncrementDepth() 공개 메소드

public IncrementDepth ( ) : void
리턴 void

MaximumDepthExceeded() 공개 메소드

public MaximumDepthExceeded ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string