C# Class Geta.VippyModule.Rest.VippyVideoStore

Inheritance: RestControllerBase
显示文件 Open project: Geta/vippy

Public Methods

Method Description
Get ( string name ) : RestResult

Private Methods

Method Description
FilterByName ( string name, IEnumerable matches ) : IEnumerable
GetId ( string name ) : string
GetVideos ( ) : IEnumerable
IsNotEmpty ( string name ) : bool
RestVideoById ( string id ) : RestResult
RestVideos ( IEnumerable matches ) : RestResult

Method Details

Get() public method

public Get ( string name ) : RestResult
name string
return RestResult