C# 클래스 iSpyApplication.Helper

파일 보기 프로젝트 열기: ispysoftware/iSpy

공개 프로퍼티들

프로퍼티 타입 설명
Actions ScheduleAction[]
AlertGroups List
WebRestrictedAlertTypes string[]

Private Properties

프로퍼티 타입 설명
ArchiveAndDelete bool
ArchiveFile bool
GetMediaDirectory string
GetMediaDirectory string

공개 메소드들

메소드 설명
AlertSummary ( objectsActionsEntry e ) : string
CalculateTrigger ( double percent ) : double
CanAlert ( string groupname, int resetInterval ) : bool
CopyFolder ( string sourceFolder, string destFolder ) : void
DeleteAllContent ( int objectTypeId, int objectid ) : void
GetArea ( Rectangle container, int imageW, int imageH ) : Rectangle
GetDictionary ( string cfg, char delim ) : string>.Dictionary
GetDirectory ( int objectTypeId, int objectId ) : string
GetDllMachineType ( string dllPath ) : MachineType
GetFullPath ( int ot, int oid ) : string
GetMotionDataPoints ( StringBuilder motionData ) : string
HasFeature ( System.Enums feature ) : bool
IsAlphaNumeric ( string strToCheck ) : System.Boolean
ScheduleDescription ( int id ) : string
SetTitle ( Form f ) : void
TestHttpurl ( string source, string cookies, string login, string password ) : bool
TestRtspurl ( Uri uri, string login, string password ) : bool
UnixTicks ( this dt ) : double
UnmanagedDllIs64Bit ( string dllPath ) : bool
ZeroPad ( int i ) : string

비공개 메소드들

메소드 설명
ArchiveAndDelete ( string filename ) : bool
ArchiveFile ( string filename ) : bool
GetMediaDirectory ( int directoryIndex ) : string
GetMediaDirectory ( int ot, int oid ) : string

메소드 상세

AlertSummary() 공개 정적인 메소드

public static AlertSummary ( objectsActionsEntry e ) : string
e objectsActionsEntry
리턴 string

CalculateTrigger() 공개 정적인 메소드

public static CalculateTrigger ( double percent ) : double
percent double
리턴 double

CanAlert() 공개 정적인 메소드

public static CanAlert ( string groupname, int resetInterval ) : bool
groupname string
resetInterval int
리턴 bool

CopyFolder() 공개 정적인 메소드

public static CopyFolder ( string sourceFolder, string destFolder ) : void
sourceFolder string
destFolder string
리턴 void

DeleteAllContent() 공개 정적인 메소드

public static DeleteAllContent ( int objectTypeId, int objectid ) : void
objectTypeId int
objectid int
리턴 void

GetArea() 공개 정적인 메소드

public static GetArea ( Rectangle container, int imageW, int imageH ) : Rectangle
container System.Drawing.Rectangle
imageW int
imageH int
리턴 System.Drawing.Rectangle

GetDictionary() 공개 정적인 메소드

public static GetDictionary ( string cfg, char delim ) : string>.Dictionary
cfg string
delim char
리턴 string>.Dictionary

GetDirectory() 공개 정적인 메소드

public static GetDirectory ( int objectTypeId, int objectId ) : string
objectTypeId int
objectId int
리턴 string

GetDllMachineType() 공개 정적인 메소드

public static GetDllMachineType ( string dllPath ) : MachineType
dllPath string
리턴 MachineType

GetFullPath() 공개 정적인 메소드

public static GetFullPath ( int ot, int oid ) : string
ot int
oid int
리턴 string

GetMotionDataPoints() 공개 정적인 메소드

public static GetMotionDataPoints ( StringBuilder motionData ) : string
motionData StringBuilder
리턴 string

HasFeature() 공개 정적인 메소드

public static HasFeature ( System.Enums feature ) : bool
feature System.Enums
리턴 bool

IsAlphaNumeric() 공개 정적인 메소드

public static IsAlphaNumeric ( string strToCheck ) : System.Boolean
strToCheck string
리턴 System.Boolean

ScheduleDescription() 공개 정적인 메소드

public static ScheduleDescription ( int id ) : string
id int
리턴 string

SetTitle() 공개 정적인 메소드

public static SetTitle ( Form f ) : void
f System.Windows.Forms.Form
리턴 void

TestHttpurl() 공개 정적인 메소드

public static TestHttpurl ( string source, string cookies, string login, string password ) : bool
source string
cookies string
login string
password string
리턴 bool

TestRtspurl() 공개 정적인 메소드

public static TestRtspurl ( Uri uri, string login, string password ) : bool
uri System.Uri
login string
password string
리턴 bool

UnixTicks() 공개 정적인 메소드

public static UnixTicks ( this dt ) : double
dt this
리턴 double

UnmanagedDllIs64Bit() 공개 정적인 메소드

public static UnmanagedDllIs64Bit ( string dllPath ) : bool
dllPath string
리턴 bool

ZeroPad() 공개 정적인 메소드

public static ZeroPad ( int i ) : string
i int
리턴 string

프로퍼티 상세

Actions 공개적으로 정적으로 프로퍼티

public static ScheduleAction[] Actions
리턴 ScheduleAction[]

AlertGroups 공개적으로 정적으로 프로퍼티

public static List AlertGroups
리턴 List

WebRestrictedAlertTypes 공개적으로 정적으로 프로퍼티

public static string[] WebRestrictedAlertTypes
리턴 string[]