C# 클래스 Aspectacular.Test.SomeTestClass

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

공개 메소드들

메소드 설명
DoNothing ( int arg, string hkwStr = null, bool bogusBool = true, decimal bogusDec = 0m, IEnumerable sequence = null ) : int
DoNothing ( string bogus ) : void
DoNothingStatic ( int arg, string hkwStr = null, bool bogusBool = true, decimal bogusDec = 0m, IEnumerable sequence = null ) : int
GetDateString ( string prefix ) : string
SomeTestClass ( ) : System
SomeTestClass ( System.DateTime dt ) : System
ThrowFailure ( ) : bool

비공개 메소드들

메소드 설명
FakeLogin ( string username, [ password ) : bool
MiscParmsStatic ( int intParm, SomeTestClass classParm, string &refString, bool &outBool ) : void

메소드 상세

DoNothing() 공개 메소드

public DoNothing ( int arg, string hkwStr = null, bool bogusBool = true, decimal bogusDec = 0m, IEnumerable sequence = null ) : int
arg int
hkwStr string
bogusBool bool
bogusDec decimal
sequence IEnumerable
리턴 int

DoNothing() 공개 메소드

public DoNothing ( string bogus ) : void
bogus string
리턴 void

DoNothingStatic() 공개 정적인 메소드

public static DoNothingStatic ( int arg, string hkwStr = null, bool bogusBool = true, decimal bogusDec = 0m, IEnumerable sequence = null ) : int
arg int
hkwStr string
bogusBool bool
bogusDec decimal
sequence IEnumerable
리턴 int

GetDateString() 공개 메소드

public GetDateString ( string prefix ) : string
prefix string
리턴 string

SomeTestClass() 공개 메소드

public SomeTestClass ( ) : System
리턴 System

SomeTestClass() 공개 메소드

public SomeTestClass ( System.DateTime dt ) : System
dt System.DateTime
리턴 System

ThrowFailure() 공개 메소드

public ThrowFailure ( ) : bool
리턴 bool