ExtensionMethods.GetLongDescriptionAnnotation Method

Definition

Gets description for term Org.OData.Core.V1.LongDescription from a target annotatable

public static string GetLongDescriptionAnnotation (this Microsoft.OData.Edm.IEdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable target);
static member GetLongDescriptionAnnotation : Microsoft.OData.Edm.IEdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable -> string
<Extension()>
Public Function GetLongDescriptionAnnotation (model As IEdmModel, target As IEdmVocabularyAnnotatable) As String

Parameters

model
IEdmModel

The model referenced to.

target
IEdmVocabularyAnnotatable

The target Annotatable to find annotation

Returns

Description for term Org.OData.Core.V1.LongDescription

Applies to