ODataModelBuilder.EnumTypes Property

Definition

Gets the collection of EDM types in the model to be built.

public virtual System.Collections.Generic.IEnumerable<Microsoft.AspNet.OData.Builder.EnumTypeConfiguration> EnumTypes { get; }
member this.EnumTypes : seq<Microsoft.AspNet.OData.Builder.EnumTypeConfiguration>
Public Overridable ReadOnly Property EnumTypes As IEnumerable(Of EnumTypeConfiguration)

Property Value

Applies to