C# Class HighriseApi.Requests.MembershipRequest

Inheritance: RequestBase, IMembershipRequest
ファイルを表示 Open project: scottschluer/highrise-api

Public Methods

Method Description
Create ( Membership membership ) : Membership
Delete ( int id ) : bool
Get ( ) : IEnumerable
Get ( int id ) : Membership
MembershipRequest ( IRestClient client ) : System

Method Details

Create() public method

public Create ( Membership membership ) : Membership
membership Membership
return Membership

Delete() public method

public Delete ( int id ) : bool
id int
return bool

Get() public method

public Get ( ) : IEnumerable
return IEnumerable

Get() public method

public Get ( int id ) : Membership
id int
return Membership

MembershipRequest() public method

public MembershipRequest ( IRestClient client ) : System
client IRestClient
return System