For Babelfish Release 1.12.3.10

AttributeValueDataPacketGetAttributeDefinitionAsync Method

Retreives the Attribute Definition referenced by the instantiating class.

Definition

Namespace: Scopos.BabelFish.DataModel.AttributeValue
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public Task<Attribute> GetAttributeDefinitionAsync()

Return Value

TaskAttribute

Implements

IGetAttributeDefinitionGetAttributeDefinitionAsync

Remarks

Returns the ATTRIBUTE definition from .DefaultAttributeDef

It is a best practice to check for null or empty string on .DefaultAttributeDef before calling this method.

Exceptions

See Also