For Babelfish Release 1.12.4.4

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.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
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