C# Class TileCook.Models.LayerRepository

Inheritance: ILayerRepository
显示文件 Open project: jbrwn/tc

Public Methods

Method Description
Delete ( string name ) : void
Get ( string name ) : Layer
GetAll ( ) : IEnumerable
LayerRepository ( ) : System
Put ( Layer layer ) : void
Save ( ) : void
Update ( Layer layer ) : void

Method Details

Delete() public method

public Delete ( string name ) : void
name string
return void

Get() public method

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

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable

LayerRepository() public method

public LayerRepository ( ) : System
return System

Put() public method

public Put ( Layer layer ) : void
layer Layer
return void

Save() public method

public Save ( ) : void
return void

Update() public method

public Update ( Layer layer ) : void
layer Layer
return void