SingletonConfiguration<TEntityType> Class
Represents an IEdmSingleton that can be built using ODataModelBuilder.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.Builder.NavigationSourceConfiguration<TEntityType>
System.Web.OData.Builder.SingletonConfiguration<TEntityType>
Syntax
public class SingletonConfiguration<TEntityType> : NavigationSourceConfiguration<TEntityType>
where TEntityType : class
generic<typename TEntityType>
where TEntityType : ref class
public ref class SingletonConfiguration : NavigationSourceConfiguration<TEntityType>
type SingletonConfiguration<'TEntityType when 'TEntityType : not struct> =
class
inherit NavigationSourceConfiguration<'TEntityType>
end
Public Class SingletonConfiguration(Of TEntityType As Class)
Inherits NavigationSourceConfiguration(Of TEntityType)
Properties
Name | Description | |
---|---|---|
EntityType | Gets the entity type contained in this navigation source configuration.(Inherited from NavigationSourceConfiguration<TEntityType>.) |
Methods
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.OData.Builder Namespace
Return to top