C# Class TESVSnip.Domain.Model.PluginList

Master Plugin Handler
Inheritance: BaseRecord, IGroupRecord
Afficher le fichier Open project: figment/tesvsnip

Méthodes publiques

Méthode Description
AddRecord ( BaseRecord br ) : void
Clear ( ) : void
Clone ( ) : BaseRecord
CopyTo ( Array array, int index ) : void
DeleteRecord ( BaseRecord br ) : bool
Enumerate ( Predicate match ) : IEnumerable
FixMasters ( ) : void
ForEach ( Action action ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( BaseRecord br ) : int
InsertRecord ( int idx, BaseRecord br ) : void
While ( Predicate action ) : bool
this ( int index ) : Plugin
this ( string name ) : Plugin

Private Methods

Méthode Description
GetIDs ( bool lower ) : List
SaveData ( BinaryWriter writer ) : void

Method Details

AddRecord() public méthode

public AddRecord ( BaseRecord br ) : void
br BaseRecord
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : BaseRecord
Résultat BaseRecord

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

DeleteRecord() public méthode

public DeleteRecord ( BaseRecord br ) : bool
br BaseRecord
Résultat bool

Enumerate() public méthode

public Enumerate ( Predicate match ) : IEnumerable
match Predicate
Résultat IEnumerable

FixMasters() public static méthode

public static FixMasters ( ) : void
Résultat void

ForEach() public méthode

public ForEach ( Action action ) : void
action Action
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( BaseRecord br ) : int
br BaseRecord
Résultat int

InsertRecord() public méthode

public InsertRecord ( int idx, BaseRecord br ) : void
idx int
br BaseRecord
Résultat void

While() public méthode

public While ( Predicate action ) : bool
action Predicate
Résultat bool

this() public méthode

public this ( int index ) : Plugin
index int
Résultat Plugin

this() public méthode

public this ( string name ) : Plugin
name string
Résultat Plugin