C# Class Recurly.MeasuredUnit

Inheritance: Recurly.RecurlyEntity
ファイルを表示 Open project: recurly/recurly-client-net Class Usage Examples

Public Methods

Method Description
Create ( ) : void

Create a new measured unit in Recurly

Delete ( ) : void

Deletes this measured unit

Equals ( MeasuredUnit measuredUnit ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
MeasuredUnit ( String name, String displayName, String description ) : System
ToString ( ) : string
Update ( ) : void

Update an existing measured unit in Recurly

Private Methods

Method Description
MeasuredUnit ( ) : System
MeasuredUnit ( XmlTextReader reader ) : System
ReadXml ( XmlTextReader reader ) : void
WriteXml ( XmlTextWriter xmlWriter ) : void
memberUrl ( ) : string

Method Details

Create() public method

Create a new measured unit in Recurly
public Create ( ) : void
return void

Delete() public method

Deletes this measured unit
public Delete ( ) : void
return void

Equals() public method

public Equals ( MeasuredUnit measuredUnit ) : bool
measuredUnit MeasuredUnit
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MeasuredUnit() public method

public MeasuredUnit ( String name, String displayName, String description ) : System
name String
displayName String
description String
return System

ToString() public method

public ToString ( ) : string
return string

Update() public method

Update an existing measured unit in Recurly
public Update ( ) : void
return void