C# Class ExampleMenu.Examples.Recording.FileRecordStore

Stores records to files
Inheritance: IRecordStore
Afficher le fichier Open project: nerai/CMenu Class Usage Examples

Méthodes publiques

Méthode Description
AddRecord ( string name, IEnumerable lines ) : void
FileRecordStore ( ) : System
GetRecord ( string name ) : IEnumerable

Retrieves the specified record. The record chosen is the first one to match, in order, any of the following: a) an exact match b) a record name starting with the specified name c) a record name containing the specified name d) a record name containing the specified name nonconsecutively

GetRecordNames ( ) : IEnumerable

Method Details

AddRecord() public méthode

public AddRecord ( string name, IEnumerable lines ) : void
name string
lines IEnumerable
Résultat void

FileRecordStore() public méthode

public FileRecordStore ( ) : System
Résultat System

GetRecord() public méthode

Retrieves the specified record. The record chosen is the first one to match, in order, any of the following: a) an exact match b) a record name starting with the specified name c) a record name containing the specified name d) a record name containing the specified name nonconsecutively
public GetRecord ( string name ) : IEnumerable
name string
Résultat IEnumerable

GetRecordNames() public méthode

public GetRecordNames ( ) : IEnumerable
Résultat IEnumerable