ODataFunctionImportInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class representing a function Import in a service document.
public sealed class ODataFunctionImportInfo : Microsoft.OData.ODataServiceDocumentElement
type ODataFunctionImportInfo = class
inherit ODataServiceDocumentElement
Public NotInheritable Class ODataFunctionImportInfo
Inherits ODataServiceDocumentElement
- Inheritance
Constructors
ODataFunctionImportInfo() |
Properties
Name |
Gets or sets the name of the element; this is the entity set or singleton name in JSON and the HREF in Atom. (Inherited from ODataServiceDocumentElement) |
Title |
Gets or sets the title of the element; this is the title in JSON. (Inherited from ODataServiceDocumentElement) |
TypeAnnotation |
The annotation for storing @odata.type. (Inherited from ODataAnnotatable) |
Url |
Gets or sets the URI representing the Unified Resource Locator (URL) to the element. (Inherited from ODataServiceDocumentElement) |