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

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

Public Methods

Method Description
Get ( System.Guid guid ) : IServiceCallState>
Set ( System.Guid guid, string name, System.Xml.Linq.XElement settings ) : IServiceCallState>

Method Details

Get() public method

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

Set() public method

public Set ( System.Guid guid, string name, System.Xml.Linq.XElement settings ) : IServiceCallState>
guid System.Guid
name string
settings System.Xml.Linq.XElement
return IServiceCallState>