ExtensionMethods.SetDescriptionAnnotation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.