Share via


EdmVocabularyAnnotationSerializationLocation Enum

Definition

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

Inline 0

The annotation should be serialized within the element being annotated.

OutOfLine 1

The annotation should be serialized in a separate section.

Applies to