C# Class CHAOS.Portal.Client.Extensions.SubscriptionExtension

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

Public Methods

Method Description
Create ( string name ) : IServiceCallState>
Delete ( System.Guid guid ) : IServiceCallState>
Get ( System.Guid guid ) : IServiceCallState>
Update ( System.Guid guid, string newName ) : IServiceCallState>

Method Details

Create() public method

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

Delete() public method

public Delete ( System.Guid guid ) : IServiceCallState>
guid System.Guid
return IServiceCallState>

Get() public method

public Get ( System.Guid guid ) : IServiceCallState>
guid System.Guid
return IServiceCallState>

Update() public method

public Update ( System.Guid guid, string newName ) : IServiceCallState>
guid System.Guid
newName string
return IServiceCallState>