C# Class FiveUI.RuleSet

Afficher le fichier Open project: GaloisInc/FiveUI Class Usage Examples

Méthodes publiques

Свойство Type Description
Id string
ManifestUrl System.Uri

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Equals() public méthode

public Equals ( RuleSet other ) : bool
other RuleSet
Résultat bool

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

Fetch() public static méthode

public static Fetch ( Uri manifestUrl ) : RuleSet
manifestUrl System.Uri
Résultat RuleSet

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetPayload() public méthode

public GetPayload ( ) : RuleSetPayload
Résultat RuleSetPayload

Load() public static méthode

public static Load ( string id ) : RuleSet
id string
Résultat RuleSet

LoadAll() public static méthode

public static LoadAll ( ) : IEnumerable
Résultat IEnumerable

Remove() public static méthode

public static Remove ( string id ) : void
id string
Résultat void

Property Details

Id public_oe property

public string Id
Résultat string

ManifestUrl public_oe property

public Uri,System ManifestUrl
Résultat System.Uri