C# Class CHAOS.Portal.Client.MCM.Extensions.FolderTypeExtension

Inheritance: AExtension, IFolderTypeExtension
Show file Open project: CHAOS-Community/CHAOS.Portal.Client-.NET

Public Methods

Method Description
Create ( string name ) : IServiceCallState>
Delete ( int id ) : IServiceCallState>
Get ( int id, string name ) : IServiceCallState>
Update ( int id, string name ) : IServiceCallState>

Method Details

Create() public method

public Create ( string name ) : IServiceCallState>
name string
return IServiceCallState>

Delete() public method

public Delete ( int id ) : IServiceCallState>
id int
return IServiceCallState>

Get() public method

public Get ( int id, string name ) : IServiceCallState>
id int
name string
return IServiceCallState>

Update() public method

public Update ( int id, string name ) : IServiceCallState>
id int
name string
return IServiceCallState>