C# Класс Estimator.EstimatorTag

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Create ( string items ) : bool
Create ( string id, string description, tag_type type ) : bool
Description ( ) : string
EstimatorTag ( ) : System
EstimatorTag ( string items ) : System
EstimatorTag ( string id, string description, tag_type type ) : System
Id ( ) : string
IsValid ( ) : bool
TagType ( int t ) : tag_type
Type ( ) : tag_type

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

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

public Create ( string items ) : bool
items string
Результат bool

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

public Create ( string id, string description, tag_type type ) : bool
id string
description string
type tag_type
Результат bool

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

public Description ( ) : string
Результат string

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

public EstimatorTag ( ) : System
Результат System

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

public EstimatorTag ( string items ) : System
items string
Результат System

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

public EstimatorTag ( string id, string description, tag_type type ) : System
id string
description string
type tag_type
Результат System

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

public Id ( ) : string
Результат string

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

public IsValid ( ) : bool
Результат bool

TagType() публичный статический Метод

public static TagType ( int t ) : tag_type
t int
Результат tag_type

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

public Type ( ) : tag_type
Результат tag_type