ProjectedPropertiesAnnotation Class
Represents an annotation which stores a list of projected properties for an entry.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ProjectedPropertiesAnnotation
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class ProjectedPropertiesAnnotation
'Usage
Dim instance As ProjectedPropertiesAnnotation
public sealed class ProjectedPropertiesAnnotation
public ref class ProjectedPropertiesAnnotation sealed
[<SealedAttribute>]
type ProjectedPropertiesAnnotation = class end
public final class ProjectedPropertiesAnnotation
The ProjectedPropertiesAnnotation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectedPropertiesAnnotation | Initializes a new instance of the ProjectedPropertiesAnnotation class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.