ODataSchemaProperty Type

An object representing a single OData schema property.

Remarks

An object representing a single OData schema property.

Fields

Attributes
String

A space-separated list of attributes (name-value pairs) contained within an OData property element. For example: name1="value1" name2="value2"

Description
String

The documentation long description of the OData schema property.

IsComplexType
boolean

Indicates whether a property is derived from a complex type.

When 'True', SchemaTypeField can be used to navigate the properties contained within the complex type.

Name
String

The Name of the OData schema property.

Nullable
boolean

Indicates whether a property can be null.

Summary
String

The documentation summary of the OData schema property.

Type
String

The type of the OData schema property.

Constructors

public ODataSchemaProperty();



Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Android Edition - Version 20.0 [Build 8307]