C# 클래스 CogMon.Services.RRD.RrdInfo

파일 보기 프로젝트 열기: lafar6502/cogmon

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetRRAConsolidationPeriodSecs ( RRAConfig cfg ) : int
GetRRATimeSpan ( RRAConfig cfg ) : System.TimeSpan
ParseRrdInfoString ( string s ) : RrdInfo
Validate ( ) : void

메소드 상세

GetRRAConsolidationPeriodSecs() 공개 메소드

public GetRRAConsolidationPeriodSecs ( RRAConfig cfg ) : int
cfg RRAConfig
리턴 int

GetRRATimeSpan() 공개 메소드

public GetRRATimeSpan ( RRAConfig cfg ) : System.TimeSpan
cfg RRAConfig
리턴 System.TimeSpan

ParseRrdInfoString() 공개 정적인 메소드

public static ParseRrdInfoString ( string s ) : RrdInfo
s string
리턴 RrdInfo

Validate() 공개 메소드

public Validate ( ) : void
리턴 void