C# Class fCraft.AutoRank.Criterion

Inheritance: ICloneable
Show file Open project: GlennMR/800craft Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Criterion ( ) : System
Criterion ( [ other ) : System
Criterion ( [ fromRank, [ toRank, [ condition ) : System
Serialize ( ) : System.Xml.Linq.XElement
ToString ( ) : string

Method Details

Clone() public method

public Clone ( ) : object
return object

Criterion() public method

public Criterion ( ) : System
return System

Criterion() public method

public Criterion ( [ other ) : System
other [
return System

Criterion() public method

public Criterion ( [ fromRank, [ toRank, [ condition ) : System
fromRank [
toRank [
condition [
return System

Serialize() public method

public Serialize ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

ToString() public method

public ToString ( ) : string
return string