C# Класс ExampleMenu.Examples.Recording.FileRecordStore

Stores records to files
Наследование: IRecordStore
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddRecord() публичный Метод

public AddRecord ( string name, IEnumerable lines ) : void
name string
lines IEnumerable
Результат void

FileRecordStore() публичный Метод

public FileRecordStore ( ) : System
Результат System

GetRecord() публичный Метод

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
Результат IEnumerable

GetRecordNames() публичный Метод

public GetRecordNames ( ) : IEnumerable
Результат IEnumerable