C# Class BuildIt.CognitiveServices.Models.ICatalogLine

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
ICatalogLine ( ) : System.Linq

Initializes a new instance of the ICatalogLine class.

ICatalogLine ( string id = default(string), string name = default(string), string category = default(string), string description = default(string), System features = default(System.Collections.Generic.IList<ItemFeature>), string metadata = default(string) ) : System.Linq

Initializes a new instance of the ICatalogLine class.

Method Details

ICatalogLine() public method

Initializes a new instance of the ICatalogLine class.
public ICatalogLine ( ) : System.Linq
return System.Linq

ICatalogLine() public method

Initializes a new instance of the ICatalogLine class.
public ICatalogLine ( string id = default(string), string name = default(string), string category = default(string), string description = default(string), System features = default(System.Collections.Generic.IList<ItemFeature>), string metadata = default(string) ) : System.Linq
id string
name string
category string
description string
features System
metadata string
return System.Linq