C# Class Microsoft.OpenApi.OData.Edm.ODataStreamPropertySegment

Property Stream segment.
Inheritance: Microsoft.OpenApi.OData.Edm.ODataSegment
ファイルを表示 Open project: microsoft/OpenAPI.NET.OData

Public Methods

Method Description
ODataStreamPropertySegment ( string streamPropertyName ) : System.Collections.Generic

Initializes a new instance of ODataStreamPropertySegment class.

Method Details

ODataStreamPropertySegment() public method

Initializes a new instance of ODataStreamPropertySegment class.
public ODataStreamPropertySegment ( string streamPropertyName ) : System.Collections.Generic
streamPropertyName string The name of the stream property.
return System.Collections.Generic