Jaa


ExtensionMethods.SetDescriptionAnnotation Method

Definition

Set Org.OData.Core.V1.Description to target.

public static void SetDescriptionAnnotation (this Microsoft.OData.Edm.EdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable target, string description);
static member SetDescriptionAnnotation : Microsoft.OData.Edm.EdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * string -> unit
<Extension()>
Public Sub SetDescriptionAnnotation (model As EdmModel, target As IEdmVocabularyAnnotatable, description As String)

Parameters

model
EdmModel

The model referenced to.

target
IEdmVocabularyAnnotatable

The target Annotatable to add annotation.

description
String

Description to be added.

Applies to