C# 클래스 ExampleMenu.Examples.Recording.FileRecordStore

Stores records to files
상속: IRecordStore
파일 보기 프로젝트 열기: nerai/CMenu 1 사용 예제들

공개 메소드들

메소드 설명
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