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

Information describing a usage event
파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
UsageEventInfo ( ) : System.Linq

Initializes a new instance of the UsageEventInfo class.

UsageEventInfo ( string eventType = default(string), string itemId = default(string), string timestamp = default(string), int count = default(int?), double unitPrice = default(double?) ) : System.Linq

Initializes a new instance of the UsageEventInfo class.

메소드 상세

UsageEventInfo() 공개 메소드

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

UsageEventInfo() 공개 메소드

Initializes a new instance of the UsageEventInfo class.
public UsageEventInfo ( string eventType = default(string), string itemId = default(string), string timestamp = default(string), int count = default(int?), double unitPrice = default(double?) ) : System.Linq
eventType string The type of the event. Possible values /// include: 'Click', 'RecommendationClick', 'AddShopCart', /// 'RemoveShopCart', 'Purchase'
itemId string The id of the item in context
timestamp string The time of the event
count int The number of items
unitPrice double The price of the item in context
리턴 System.Linq