Click or drag to resize

DomainObjectExtensions Class

Extension methods for DomainObject class
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.DomainDomainObjectExtensions

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static class DomainObjectExtensions

The DomainObjectExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReferencesNullOrEqualsNull
Returns true if the specified object referenceses null or equals null. This is usefull for checking for any kind of special values, that do not reference null, but are considered equal to null (like ghost objects, special null value objects, etc.).
Top
See Also