C# 클래스 ComponentFactory.Quicksilver.UnitTests.WPF.UnitTestEval.SimpleObject

파일 보기 프로젝트 열기: ComponentFactory/Quicksilver

공개 프로퍼티들

프로퍼티 타입 설명
FieldByte Byte
FieldChar Char
FieldChild SimpleObject
FieldDecimal Decimal
FieldDouble Double
FieldInt32 System.Int32
FieldInt64 System.Int64
FieldSingle System.Single
FieldString String

공개 메소드들

메소드 설명
MethodByte ( ) : Byte
MethodChar ( ) : Char
MethodChild ( ) : SimpleObject
MethodDecimal ( ) : Decimal
MethodDouble ( ) : Double
MethodInt32 ( ) : Int32
MethodInt64 ( ) : System.Int64
MethodSingle ( ) : System.Single
MethodString ( ) : String
MethodString ( int first ) : String
MethodString ( int first, float second ) : String
MethodString ( int first, int second ) : String
SimpleObject ( ) : System
SimpleObject ( SimpleObject child ) : System
this ( Int32 index ) : string

메소드 상세

MethodByte() 공개 메소드

public MethodByte ( ) : Byte
리턴 Byte

MethodChar() 공개 메소드

public MethodChar ( ) : Char
리턴 Char

MethodChild() 공개 메소드

public MethodChild ( ) : SimpleObject
리턴 SimpleObject

MethodDecimal() 공개 메소드

public MethodDecimal ( ) : Decimal
리턴 Decimal

MethodDouble() 공개 메소드

public MethodDouble ( ) : Double
리턴 Double

MethodInt32() 공개 메소드

public MethodInt32 ( ) : Int32
리턴 System.Int32

MethodInt64() 공개 메소드

public MethodInt64 ( ) : System.Int64
리턴 System.Int64

MethodSingle() 공개 메소드

public MethodSingle ( ) : System.Single
리턴 System.Single

MethodString() 공개 메소드

public MethodString ( ) : String
리턴 String

MethodString() 공개 메소드

public MethodString ( int first ) : String
first int
리턴 String

MethodString() 공개 메소드

public MethodString ( int first, float second ) : String
first int
second float
리턴 String

MethodString() 공개 메소드

public MethodString ( int first, int second ) : String
first int
second int
리턴 String

SimpleObject() 공개 메소드

public SimpleObject ( ) : System
리턴 System

SimpleObject() 공개 메소드

public SimpleObject ( SimpleObject child ) : System
child SimpleObject
리턴 System

this() 공개 메소드

public this ( Int32 index ) : string
index System.Int32
리턴 string

프로퍼티 상세

FieldByte 공개적으로 프로퍼티

public Byte FieldByte
리턴 Byte

FieldChar 공개적으로 프로퍼티

public Char FieldChar
리턴 Char

FieldChild 공개적으로 프로퍼티

public SimpleObject FieldChild
리턴 SimpleObject

FieldDecimal 공개적으로 프로퍼티

public Decimal FieldDecimal
리턴 Decimal

FieldDouble 공개적으로 프로퍼티

public Double FieldDouble
리턴 Double

FieldInt32 공개적으로 프로퍼티

public Int32,System FieldInt32
리턴 System.Int32

FieldInt64 공개적으로 프로퍼티

public Int64,System FieldInt64
리턴 System.Int64

FieldSingle 공개적으로 프로퍼티

public Single,System FieldSingle
리턴 System.Single

FieldString 공개적으로 프로퍼티

public String FieldString
리턴 String