Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an enumerable of EntityPropertyMappingAttribute that new items can be added to.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.Metadata.ODataEntityPropertyMappingCollection
Namespace: Microsoft.Data.OData.Metadata
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class ODataEntityPropertyMappingCollection _
Implements IEnumerable(Of EntityPropertyMappingAttribute), IEnumerable
'Usage
Dim instance As ODataEntityPropertyMappingCollection
public sealed class ODataEntityPropertyMappingCollection : IEnumerable<EntityPropertyMappingAttribute>,
IEnumerable
public ref class ODataEntityPropertyMappingCollection sealed : IEnumerable<EntityPropertyMappingAttribute^>,
IEnumerable
[<SealedAttribute>]
type ODataEntityPropertyMappingCollection =
class
interface IEnumerable<EntityPropertyMappingAttribute>
interface IEnumerable
end
public final class ODataEntityPropertyMappingCollection implements IEnumerable<EntityPropertyMappingAttribute>, IEnumerable
The ODataEntityPropertyMappingCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ODataEntityPropertyMappingCollection() | Creates a new instance of the ODataEntityPropertyMappingCollection class. |
![]() |
ODataEntityPropertyMappingCollection(IEnumerable<EntityPropertyMappingAttribute>) | Creates a new instance of the ODataEntityPropertyMappingCollection class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds the mapping to the list of all mappings represented by this class. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator for the EntityPropertyMappingAttribute instances in this enumerable. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Returns a non-generic enumerator for the EntityPropertyMappingAttribute instances in this enumerable. |
Top
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.