C# Класс rosette_api.RosetteEntity

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

Private Properties

Свойство Тип Описание

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

Метод Описание
Equals ( object obj ) : bool

Equals override

GetHashCode ( ) : int

HashCode override

RosetteEntity ( String mention, String normalizedMention, EntityID id, String entityType, Nullable count ) : System

Creates an entity

ToString ( ) : string

ToString override

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

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

Equals override
public Equals ( object obj ) : bool
obj object The object to compare against
Результат bool

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

HashCode override
public GetHashCode ( ) : int
Результат int

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

Creates an entity
public RosetteEntity ( String mention, String normalizedMention, EntityID id, String entityType, Nullable count ) : System
mention String The mention of the entity
normalizedMention String The normalzied form of the mention
id EntityID The mention's id
entityType String The entity type
count Nullable The number of times this entity appeared in the input to the API
Результат System

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

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