ODataModelBuilder.EnumType is a class in the C# language that is used to represent an enumeration type in an OData model. It is part of the OData library and provides a convenient way to define and work with enumeration types in the OData protocol. By using the EnumType class, developers can define the values and properties of an enumeration type, such as its name, underlying type, and possible values. This class provides a high level of abstraction and encapsulation for working with enumeration types, making it easier for developers to integrate OData functionality into their C# applications.
C# (CSharp) ODataModelBuilder.EnumType - 38 examples found. These are the top rated real world C# (CSharp) examples of ODataModelBuilder.EnumType extracted from open source projects. You can rate examples to help us improve the quality of examples.