C# Класс numl.Model.GuidProperty

Represents a guid property.
Наследование: Property
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Convert() публичный Метод

Convert guid to list of numbers.
Thrown when the requested operation is invalid.
public Convert ( object o ) : IEnumerable
o object in guid.
Результат IEnumerable

Convert() публичный Метод

Convert from number to guid.
public Convert ( double val ) : object
val double Number.
Результат object

Equals() публичный Метод

Equality test
public Equals ( object obj ) : bool
obj object object to compare
Результат bool

GetHashCode() публичный Метод

Return hash
public GetHashCode ( ) : int
Результат int

GuidProperty() публичный Метод

Default constructor.
public GuidProperty ( ) : System
Результат System

PreProcess() публичный Метод

Preprocess data set to create category list.
public PreProcess ( IEnumerable examples ) : void
examples IEnumerable .
Результат void