C# Class SoundBoard.Models.SoundBoardItemSource

Inheritance: ISoundBoardItemSource
ファイルを表示 Open project: jormenjanssen/Soundboard Class Usage Examples

Public Methods

Method Description
GetInstance ( ) : ISoundBoardItemSource
TryGetByFilename ( string filename ) : SoundBoardItem
TryGetById ( System.Guid id ) : SoundBoardItem

Private Methods

Method Description
SoundBoardItemSource ( ) : System

Method Details

GetInstance() public static method

public static GetInstance ( ) : ISoundBoardItemSource
return ISoundBoardItemSource

TryGetByFilename() public method

public TryGetByFilename ( string filename ) : SoundBoardItem
filename string
return SoundBoard.Data.SoundBoardItem

TryGetById() public method

public TryGetById ( System.Guid id ) : SoundBoardItem
id System.Guid
return SoundBoard.Data.SoundBoardItem