C# Class numl.Model.GuidProperty

Represents a guid property.
Inheritance: Property
Afficher le fichier Open project: sethjuarez/numl Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Convert() public méthode

Convert from number to guid.
public Convert ( double val ) : object
val double Number.
Résultat object

Equals() public méthode

Equality test
public Equals ( object obj ) : bool
obj object object to compare
Résultat bool

GetHashCode() public méthode

Return hash
public GetHashCode ( ) : int
Résultat int

GuidProperty() public méthode

Default constructor.
public GuidProperty ( ) : System
Résultat System

PreProcess() public méthode

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