C# 클래스 OSAE.Common

Common helper class for common functionality
파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation

공개 메소드들

메소드 설명
CheckComputerObject ( string sourceName ) : void
CreateSandboxDomain ( string name, string path, SecurityZone zone, Type item ) : AppDomain
GetComputerIP ( ) : string
GetJavascriptTimestamp ( System input ) : long
InitialiseLogFolder ( ) : void
LocalIPAddress ( ) : string
ObjectNamesStartingWith ( string pattern ) : DataSet

Get all object names that start with a single word

PatternParse ( string pattern ) : string
TestConnection ( ) : DBConnectionStatus

Test to see if we can get a successful connection to the DB

메소드 상세

CheckComputerObject() 공개 정적인 메소드

public static CheckComputerObject ( string sourceName ) : void
sourceName string
리턴 void

CreateSandboxDomain() 공개 정적인 메소드

public static CreateSandboxDomain ( string name, string path, SecurityZone zone, Type item ) : AppDomain
name string
path string
zone SecurityZone
item System.Type
리턴 System.AppDomain

GetComputerIP() 공개 정적인 메소드

public static GetComputerIP ( ) : string
리턴 string

GetJavascriptTimestamp() 공개 정적인 메소드

public static GetJavascriptTimestamp ( System input ) : long
input System
리턴 long

InitialiseLogFolder() 공개 정적인 메소드

public static InitialiseLogFolder ( ) : void
리턴 void

LocalIPAddress() 공개 정적인 메소드

public static LocalIPAddress ( ) : string
리턴 string

ObjectNamesStartingWith() 공개 정적인 메소드

Get all object names that start with a single word
public static ObjectNamesStartingWith ( string pattern ) : DataSet
pattern string
리턴 System.Data.DataSet

PatternParse() 공개 정적인 메소드

public static PatternParse ( string pattern ) : string
pattern string
리턴 string

TestConnection() 공개 정적인 메소드

Test to see if we can get a successful connection to the DB
public static TestConnection ( ) : DBConnectionStatus
리턴 OSAE.General.DBConnectionStatus