C# Class TailBlazer.Domain.FileHandling.Search.SearchMetadataCollection

Inheritance: ISearchMetadataCollection
Afficher le fichier Open project: RolandPheasant/TailBlazer

Méthodes publiques

Méthode Description
Add ( [ metadata ) : void
AddorUpdate ( [ metadata ) : void
Dispose ( ) : void
NextIndex ( ) : int
Remove ( string searchText ) : void
SearchMetadataCollection ( [ logger ) : System

Method Details

Add() public méthode

public Add ( [ metadata ) : void
metadata [
Résultat void

AddorUpdate() public méthode

public AddorUpdate ( [ metadata ) : void
metadata [
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NextIndex() public méthode

public NextIndex ( ) : int
Résultat int

Remove() public méthode

public Remove ( string searchText ) : void
searchText string
Résultat void

SearchMetadataCollection() public méthode

public SearchMetadataCollection ( [ logger ) : System
logger [
Résultat System