Share via


ODataModelBuilder.EnumTypes Property

 

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

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public virtual IEnumerable<EnumTypeConfiguration> EnumTypes { get; }
public:
property IEnumerable<EnumTypeConfiguration^>^ EnumTypes {
    virtual IEnumerable<EnumTypeConfiguration^>^ get();
}
abstract EnumTypes : IEnumerable<EnumTypeConfiguration> with get
override EnumTypes : IEnumerable<EnumTypeConfiguration> with get
Public Overridable ReadOnly Property EnumTypes As IEnumerable(Of EnumTypeConfiguration)

Property Value

Type: System.Collections.Generic.IEnumerable<EnumTypeConfiguration>

See Also

ODataModelBuilder Class
System.Web.OData.Builder Namespace

Return to top