C# Class Patcher.Data.Plugins.Plugin

Inheritance: IDisposable
Afficher le fichier Open project: unforbidable/patcher Class Usage Examples

Méthodes publiques

Méthode Description
AddForm ( Form newForm ) : void
AddForms ( IEnumerable
formsToAdd ) : void
Dispose ( ) : void
GetReferencedFormIds ( ) : HashSet
Load ( ) : void
LoadForms ( bool lazyLoading, bool>.Func predicate ) : void
PurgeDirtyEdits ( ) : void
ReserveFormId ( uint formId, string editorId ) : void
Save ( IEnumerable removeMasters ) : void
SaveMetaData ( ) : void
ToString ( ) : string

Private Methods

Méthode Description
Plugin ( DataContext context, string fileName, PluginMode mode ) : System

Method Details

AddForm() public méthode

public AddForm ( Form newForm ) : void
newForm Form
Résultat void

AddForms() public méthode

public AddForms ( IEnumerable formsToAdd ) : void
formsToAdd IEnumerable
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetReferencedFormIds() public méthode

public GetReferencedFormIds ( ) : HashSet
Résultat HashSet

Load() public méthode

public Load ( ) : void
Résultat void

LoadForms() public méthode

public LoadForms ( bool lazyLoading, bool>.Func predicate ) : void
lazyLoading bool
predicate bool>.Func
Résultat void

PurgeDirtyEdits() public méthode

public PurgeDirtyEdits ( ) : void
Résultat void

ReserveFormId() public méthode

public ReserveFormId ( uint formId, string editorId ) : void
formId uint
editorId string
Résultat void

Save() public méthode

public Save ( IEnumerable removeMasters ) : void
removeMasters IEnumerable
Résultat void

SaveMetaData() public méthode

public SaveMetaData ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string