EdmVocabularyAnnotationSerializationLocation Enum
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.
Represents whether a vocabulary annotation should be serialized within the element it applies to or in a separate section of the CSDL.
public enum EdmVocabularyAnnotationSerializationLocation
type EdmVocabularyAnnotationSerializationLocation =
Public Enum EdmVocabularyAnnotationSerializationLocation
- Inheritance
-
EdmVocabularyAnnotationSerializationLocation
Fields
Name | Value | Description |
---|---|---|
Inline | 0 | The annotation should be serialized within the element being annotated. |
OutOfLine | 1 | The annotation should be serialized in a separate section. |