C# Class numl.Model.GuidProperty

Represents a guid property.
Inheritance: Property
显示文件 Open project: sethjuarez/numl Class Usage Examples

Public Methods

Method Description
Convert ( object o ) : IEnumerable

Convert guid to list of numbers.

Convert ( double val ) : object

Convert from number to guid.

Equals ( object obj ) : bool

Equality test

GetHashCode ( ) : int

Return hash

GuidProperty ( ) : System

Default constructor.

PreProcess ( IEnumerable examples ) : void

Preprocess data set to create category list.

Method Details

Convert() public method

Convert guid to list of numbers.
Thrown when the requested operation is invalid.
public Convert ( object o ) : IEnumerable
o object in guid.
return IEnumerable

Convert() public method

Convert from number to guid.
public Convert ( double val ) : object
val double Number.
return object

Equals() public method

Equality test
public Equals ( object obj ) : bool
obj object object to compare
return bool

GetHashCode() public method

Return hash
public GetHashCode ( ) : int
return int

GuidProperty() public method

Default constructor.
public GuidProperty ( ) : System
return System

PreProcess() public method

Preprocess data set to create category list.
public PreProcess ( IEnumerable examples ) : void
examples IEnumerable .
return void