C# Класс Zephyr.Domain.ValueObject

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

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

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

Защищенные методы

Метод Описание
GetTypeSpecificSignatureProperties ( ) : IEnumerable

The getter for SignatureProperties for value objects should include the properties which make up the entirety of the object's properties; that's part of the definition of a value object.

This ensures that the value object has no properties decorated with the [DomainSignature] attribute.

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

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

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

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

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

GetTypeSpecificSignatureProperties() защищенный Метод

The getter for SignatureProperties for value objects should include the properties which make up the entirety of the object's properties; that's part of the definition of a value object.
This ensures that the value object has no properties decorated with the [DomainSignature] attribute.
protected GetTypeSpecificSignatureProperties ( ) : IEnumerable
Результат IEnumerable

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

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