C# 클래스 Data.CommonCmdletBase

Description of CommonCmdletBase.
상속: PSTestLib.PSCmdletBase
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CommonCmdletBase ( ) : System.Management.Automation

보호된 메소드들

메소드 설명
AfterWriteCollection ( PSCmdletBase cmdlet, ArrayList outputObjectCollection ) : void
AfterWriteCollection ( PSCmdletBase cmdlet, Hashtable outputObjectCollection ) : void
AfterWriteCollection ( PSCmdletBase cmdlet, ICollection outputObjectCollection ) : void
AfterWriteCollection ( PSCmdletBase cmdlet, IEnumerable outputObjectCollection ) : void
AfterWriteCollection ( PSCmdletBase cmdlet, IList outputObjectCollection ) : void
AfterWriteCollection ( PSCmdletBase cmdlet, System outputObjectCollection ) : void
AfterWriteCollection ( PSCmdletBase cmdlet, object outputObjectCollection ) : void
AfterWriteSingleObject ( PSCmdletBase cmdlet, object outputObject ) : void
BeforeWriteCollection ( PSCmdletBase cmdlet, ArrayList outputObjectCollection ) : void
BeforeWriteCollection ( PSCmdletBase cmdlet, Hashtable outputObjectCollection ) : void
BeforeWriteCollection ( PSCmdletBase cmdlet, ICollection outputObjectCollection ) : void
BeforeWriteCollection ( PSCmdletBase cmdlet, IEnumerable outputObjectCollection ) : void
BeforeWriteCollection ( PSCmdletBase cmdlet, IList outputObjectCollection ) : void
BeforeWriteCollection ( PSCmdletBase cmdlet, System outputObjectCollection ) : void
BeforeWriteCollection ( PSCmdletBase cmdlet, object outputObjectCollection ) : void
BeforeWriteSingleObject ( PSCmdletBase cmdlet, object outputObject ) : void
BeginProcessing ( ) : void
CheckSingleObject ( PSCmdletBase cmdlet, object outputObject ) : bool
WriteErrorMethod010RunScriptBlocks ( PSCmdletBase cmdlet ) : void
WriteErrorMethod020SetTestResult ( PSCmdletBase cmdlet, ErrorRecord errorRecord ) : void
WriteErrorMethod030ChangeTimeoutSettings ( PSCmdletBase cmdlet, bool terminating ) : void
WriteErrorMethod040AddErrorToErrorList ( PSCmdletBase cmdlet, ErrorRecord errorRecord ) : void
WriteErrorMethod045OnErrorScreenshot ( PSCmdletBase cmdlet ) : void
WriteErrorMethod050OnErrorDelay ( PSCmdletBase cmdlet ) : void
WriteErrorMethod060OutputError ( PSCmdletBase cmdlet, ErrorRecord errorRecord, bool terminating ) : void
WriteErrorMethod070Report ( PSCmdletBase cmdlet ) : void
WriteLog ( LogLevels logLevel, ErrorRecord errorRecord ) : void
WriteLog ( LogLevels logLevel, string logRecord ) : void
WriteSingleError ( PSCmdletBase cmdlet, ErrorRecord errorRecord, bool terminating ) : void
WriteSingleObject ( PSCmdletBase cmdlet, object outputObject ) : void

메소드 상세

AfterWriteCollection() 보호된 메소드

protected AfterWriteCollection ( PSCmdletBase cmdlet, ArrayList outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection System.Collections.ArrayList
리턴 void

AfterWriteCollection() 보호된 메소드

protected AfterWriteCollection ( PSCmdletBase cmdlet, Hashtable outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection System.Collections.Hashtable
리턴 void

AfterWriteCollection() 보호된 메소드

protected AfterWriteCollection ( PSCmdletBase cmdlet, ICollection outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection ICollection
리턴 void

AfterWriteCollection() 보호된 메소드

protected AfterWriteCollection ( PSCmdletBase cmdlet, IEnumerable outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection IEnumerable
리턴 void

AfterWriteCollection() 보호된 메소드

protected AfterWriteCollection ( PSCmdletBase cmdlet, IList outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection IList
리턴 void

AfterWriteCollection() 보호된 메소드

protected AfterWriteCollection ( PSCmdletBase cmdlet, System outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection System
리턴 void

AfterWriteCollection() 보호된 메소드

protected AfterWriteCollection ( PSCmdletBase cmdlet, object outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection object
리턴 void

AfterWriteSingleObject() 보호된 메소드

protected AfterWriteSingleObject ( PSCmdletBase cmdlet, object outputObject ) : void
cmdlet PSTestLib.PSCmdletBase
outputObject object
리턴 void

BeforeWriteCollection() 보호된 메소드

protected BeforeWriteCollection ( PSCmdletBase cmdlet, ArrayList outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection System.Collections.ArrayList
리턴 void

BeforeWriteCollection() 보호된 메소드

protected BeforeWriteCollection ( PSCmdletBase cmdlet, Hashtable outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection System.Collections.Hashtable
리턴 void

BeforeWriteCollection() 보호된 메소드

protected BeforeWriteCollection ( PSCmdletBase cmdlet, ICollection outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection ICollection
리턴 void

BeforeWriteCollection() 보호된 메소드

protected BeforeWriteCollection ( PSCmdletBase cmdlet, IEnumerable outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection IEnumerable
리턴 void

BeforeWriteCollection() 보호된 메소드

protected BeforeWriteCollection ( PSCmdletBase cmdlet, IList outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection IList
리턴 void

BeforeWriteCollection() 보호된 메소드

protected BeforeWriteCollection ( PSCmdletBase cmdlet, System outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection System
리턴 void

BeforeWriteCollection() 보호된 메소드

protected BeforeWriteCollection ( PSCmdletBase cmdlet, object outputObjectCollection ) : void
cmdlet PSTestLib.PSCmdletBase
outputObjectCollection object
리턴 void

BeforeWriteSingleObject() 보호된 메소드

protected BeforeWriteSingleObject ( PSCmdletBase cmdlet, object outputObject ) : void
cmdlet PSTestLib.PSCmdletBase
outputObject object
리턴 void

BeginProcessing() 보호된 메소드

protected BeginProcessing ( ) : void
리턴 void

CheckSingleObject() 보호된 메소드

protected CheckSingleObject ( PSCmdletBase cmdlet, object outputObject ) : bool
cmdlet PSTestLib.PSCmdletBase
outputObject object
리턴 bool

CommonCmdletBase() 공개 메소드

public CommonCmdletBase ( ) : System.Management.Automation
리턴 System.Management.Automation

WriteErrorMethod010RunScriptBlocks() 보호된 메소드

protected WriteErrorMethod010RunScriptBlocks ( PSCmdletBase cmdlet ) : void
cmdlet PSTestLib.PSCmdletBase
리턴 void

WriteErrorMethod020SetTestResult() 보호된 메소드

protected WriteErrorMethod020SetTestResult ( PSCmdletBase cmdlet, ErrorRecord errorRecord ) : void
cmdlet PSTestLib.PSCmdletBase
errorRecord System.Management.Automation.ErrorRecord
리턴 void

WriteErrorMethod030ChangeTimeoutSettings() 보호된 메소드

protected WriteErrorMethod030ChangeTimeoutSettings ( PSCmdletBase cmdlet, bool terminating ) : void
cmdlet PSTestLib.PSCmdletBase
terminating bool
리턴 void

WriteErrorMethod040AddErrorToErrorList() 보호된 메소드

protected WriteErrorMethod040AddErrorToErrorList ( PSCmdletBase cmdlet, ErrorRecord errorRecord ) : void
cmdlet PSTestLib.PSCmdletBase
errorRecord System.Management.Automation.ErrorRecord
리턴 void

WriteErrorMethod045OnErrorScreenshot() 보호된 메소드

protected WriteErrorMethod045OnErrorScreenshot ( PSCmdletBase cmdlet ) : void
cmdlet PSTestLib.PSCmdletBase
리턴 void

WriteErrorMethod050OnErrorDelay() 보호된 메소드

protected WriteErrorMethod050OnErrorDelay ( PSCmdletBase cmdlet ) : void
cmdlet PSTestLib.PSCmdletBase
리턴 void

WriteErrorMethod060OutputError() 보호된 메소드

protected WriteErrorMethod060OutputError ( PSCmdletBase cmdlet, ErrorRecord errorRecord, bool terminating ) : void
cmdlet PSTestLib.PSCmdletBase
errorRecord System.Management.Automation.ErrorRecord
terminating bool
리턴 void

WriteErrorMethod070Report() 보호된 메소드

protected WriteErrorMethod070Report ( PSCmdletBase cmdlet ) : void
cmdlet PSTestLib.PSCmdletBase
리턴 void

WriteLog() 보호된 메소드

protected WriteLog ( LogLevels logLevel, ErrorRecord errorRecord ) : void
logLevel LogLevels
errorRecord System.Management.Automation.ErrorRecord
리턴 void

WriteLog() 보호된 메소드

protected WriteLog ( LogLevels logLevel, string logRecord ) : void
logLevel LogLevels
logRecord string
리턴 void

WriteSingleError() 보호된 메소드

protected WriteSingleError ( PSCmdletBase cmdlet, ErrorRecord errorRecord, bool terminating ) : void
cmdlet PSTestLib.PSCmdletBase
errorRecord System.Management.Automation.ErrorRecord
terminating bool
리턴 void

WriteSingleObject() 보호된 메소드

protected WriteSingleObject ( PSCmdletBase cmdlet, object outputObject ) : void
cmdlet PSTestLib.PSCmdletBase
outputObject object
리턴 void