C# Класс Monobjc.Tools.Generator.Model.TypedEntity

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

Private Properties

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

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

Метод Описание
AddRange ( List entities ) : void

Adds the entities.

GetHashValue ( ) : int

Serves as a hash function for a particular type.

TypedEntity ( ) : System

Initializes a new instance of the TypedEntity class.

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

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

Adds the entities.
public AddRange ( List entities ) : void
entities List The entities.
Результат void

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

Serves as a hash function for a particular type.
public GetHashValue ( ) : int
Результат int

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

Initializes a new instance of the TypedEntity class.
public TypedEntity ( ) : System
Результат System