DomainObjectExtensions Class |
Extension methods for DomainObject class
Inheritance HierarchySystemObject Aloe.SystemFrameworks.DomainDomainObjectExtensions
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static class DomainObjectExtensions
<ExtensionAttribute>
Public NotInheritable Class DomainObjectExtensions
[ExtensionAttribute]
public ref class DomainObjectExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type DomainObjectExtensions = class end
The DomainObjectExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | ReferencesNullOrEqualsNull |
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