C# 클래스 BuildIt.CognitiveServices.Models.ICatalogLine

파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

ICatalogLine() 공개 메소드

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

ICatalogLine() 공개 메소드

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
리턴 System.Linq