C# 클래스 FiveUI.RuleSet

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

공개 프로퍼티들

프로퍼티 타입 설명
Id string
ManifestUrl System.Uri

공개 메소드들

메소드 설명
Equals ( RuleSet other ) : bool
Equals ( object other ) : bool
Fetch ( Uri manifestUrl ) : RuleSet
GetHashCode ( ) : int
GetPayload ( ) : RuleSetPayload
Load ( string id ) : RuleSet
LoadAll ( ) : IEnumerable
Remove ( string id ) : void

비공개 메소드들

메소드 설명
RuleSet ( Uri manifestUrl ) : System
RuleSet ( Uri manifestUrl, string id ) : System
fetch ( Uri url, string dest ) : void
fetchRule ( string ruleUrl ) : string
readManifest ( ) : Manifest
readMeta ( string dir ) : RuleSetMeta
rulePath ( string ruleUrl ) : string
update ( ) : void
urlToFile ( string url ) : string
writeMeta ( string dir, RuleSetMeta meta ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( RuleSet other ) : bool
other RuleSet
리턴 bool

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

Fetch() 공개 정적인 메소드

public static Fetch ( Uri manifestUrl ) : RuleSet
manifestUrl System.Uri
리턴 RuleSet

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetPayload() 공개 메소드

public GetPayload ( ) : RuleSetPayload
리턴 RuleSetPayload

Load() 공개 정적인 메소드

public static Load ( string id ) : RuleSet
id string
리턴 RuleSet

LoadAll() 공개 정적인 메소드

public static LoadAll ( ) : IEnumerable
리턴 IEnumerable

Remove() 공개 정적인 메소드

public static Remove ( string id ) : void
id string
리턴 void

프로퍼티 상세

Id 공개적으로 프로퍼티

public string Id
리턴 string

ManifestUrl 공개적으로 프로퍼티

public Uri,System ManifestUrl
리턴 System.Uri