C# 클래스 fit.Test.Double.SampleDomain

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

공개 프로퍼티들

프로퍼티 타입 설명
BooleanField bool
Calendar Calendar
DateTimeField System.DateTime
GuidField System.Guid
IntegerField int
Message string
NewName string
PersonField fitSharp.Samples.Person
StringField string
Strings string[]
TreeField Tree
another_field int

공개 메소드들

메소드 설명
AddDays ( int days ) : void
Check ( int x, int y ) : bool
GetPeople ( string names ) : IEnumerable
MakeDataTable ( ) : DataTable
MakeDictionary ( ) : Person>.Dictionary
MakeKeyValues ( ) : string>>.IEnumerable
MakePersonWithFirstAndLast ( string first, string last ) : fitSharp.Samples.Person
MakeTree ( string leaves ) : Tree
MakeXml ( ) : XmlDocument
NameAt ( int index ) : char
NameFromFirstAndLast ( string first, string last ) : void
SampleDomain ( ) : System
SampleDomain ( string theName ) : System
StaticMethod ( ) : string
StringsAt ( int index ) : string
Throw ( string message ) : string
ThrowException ( ) : string

메소드 상세

AddDays() 공개 메소드

public AddDays ( int days ) : void
days int
리턴 void

Check() 공개 메소드

public Check ( int x, int y ) : bool
x int
y int
리턴 bool

GetPeople() 공개 메소드

public GetPeople ( string names ) : IEnumerable
names string
리턴 IEnumerable

MakeDataTable() 공개 메소드

public MakeDataTable ( ) : DataTable
리턴 DataTable

MakeDictionary() 공개 메소드

public MakeDictionary ( ) : Person>.Dictionary
리턴 Person>.Dictionary

MakeKeyValues() 공개 메소드

public MakeKeyValues ( ) : string>>.IEnumerable
리턴 string>>.IEnumerable

MakePersonWithFirstAndLast() 공개 메소드

public MakePersonWithFirstAndLast ( string first, string last ) : fitSharp.Samples.Person
first string
last string
리턴 fitSharp.Samples.Person

MakeTree() 공개 메소드

public MakeTree ( string leaves ) : Tree
leaves string
리턴 Tree

MakeXml() 공개 메소드

public MakeXml ( ) : XmlDocument
리턴 XmlDocument

NameAt() 공개 메소드

public NameAt ( int index ) : char
index int
리턴 char

NameFromFirstAndLast() 공개 메소드

public NameFromFirstAndLast ( string first, string last ) : void
first string
last string
리턴 void

SampleDomain() 공개 메소드

public SampleDomain ( ) : System
리턴 System

SampleDomain() 공개 메소드

public SampleDomain ( string theName ) : System
theName string
리턴 System

StaticMethod() 공개 정적인 메소드

public static StaticMethod ( ) : string
리턴 string

StringsAt() 공개 메소드

public StringsAt ( int index ) : string
index int
리턴 string

Throw() 공개 메소드

public Throw ( string message ) : string
message string
리턴 string

ThrowException() 공개 메소드

public ThrowException ( ) : string
리턴 string

프로퍼티 상세

BooleanField 공개적으로 프로퍼티

public bool BooleanField
리턴 bool

Calendar 공개적으로 프로퍼티

public Calendar Calendar
리턴 Calendar

DateTimeField 공개적으로 프로퍼티

public DateTime,System DateTimeField
리턴 System.DateTime

GuidField 공개적으로 프로퍼티

public Guid,System GuidField
리턴 System.Guid

IntegerField 공개적으로 프로퍼티

public int IntegerField
리턴 int

Message 공개적으로 프로퍼티

public string Message
리턴 string

NewName 공개적으로 프로퍼티

public string NewName
리턴 string

PersonField 공개적으로 프로퍼티

public Person,fitSharp.Samples PersonField
리턴 fitSharp.Samples.Person

StringField 공개적으로 프로퍼티

public string StringField
리턴 string

Strings 공개적으로 프로퍼티

public string[] Strings
리턴 string[]

TreeField 공개적으로 프로퍼티

public Tree TreeField
리턴 Tree

another_field 공개적으로 프로퍼티

public int another_field
리턴 int