AttributeValueIsNullOrGhost Method |
Determines whether the specified attribute value is null or "ghost" value.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static bool IsNullOrGhost(
AttributeValue value
)
Public Shared Function IsNullOrGhost (
value As AttributeValue
) As Boolean
public:
static bool IsNullOrGhost(
AttributeValue^ value
)
static member IsNullOrGhost :
value : AttributeValue -> bool
Parameters
- value
- Type: Aloe.SystemFrameworks.DomainAttributeValue
The value.
Return Value
Type:
BooleanTrue when the value is null or ghost.
See Also