ExtensionMethods.SetLongDescriptionAnnotation 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.LongDescription to target.
public static void SetLongDescriptionAnnotation (this Microsoft.OData.Edm.EdmModel model, Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable target, string description);
static member SetLongDescriptionAnnotation : Microsoft.OData.Edm.EdmModel * Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * string -> unit
<Extension()>
Public Sub SetLongDescriptionAnnotation (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.