C# 클래스 Zephyr.Domain.ValueObject

상속: BaseObject
파일 보기 프로젝트 열기: marufbd/Zephyr.NET

공개 메소드들

메소드 설명
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