Click or drag to resize

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
Syntax
public static bool IsNullOrGhost(
	AttributeValue value
)

Parameters

value
Type: Aloe.SystemFrameworks.DomainAttributeValue
The value.

Return Value

Type: Boolean
True when the value is null or ghost.
See Also