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

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

Public Methods

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

Method Details

Create() public method

public Create ( string name, int systemPermission ) : IServiceCallState>
name string
systemPermission int
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, int newSystemPermission ) : IServiceCallState>
guid System.Guid
newName string
newSystemPermission int
return IServiceCallState>