Click or drag to resize

DataAttributeBaseTObjectHasValue Method

Determines whether the specified object has value for the data attribute.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public bool HasValue(
	TObject obj
)

Parameters

obj
Type: TObject
The object to test.

Return Value

Type: Boolean
true when the object has value for the data attribute.
See Also