C# Класс Gringotts.Domain.VentureEvent

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

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

Метод Описание
Equals ( VentureEvent other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
VentureEvent ( ) : System
VentureEvent ( string eventType, Amount outlay ) : System

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

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

public Equals ( VentureEvent other ) : bool
other VentureEvent
Результат bool

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

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

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

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

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

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

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

public VentureEvent ( string eventType, Amount outlay ) : System
eventType string
outlay Amount
Результат System