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

the business rule response object definition
파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initializes a new instance of the RuleInfo class.

RuleInfo ( long id = default(long?), string type = default(string), RuleParameters parameters = default(RuleParameters) ) : System.Linq

Initializes a new instance of the RuleInfo class.

메소드 상세

RuleInfo() 공개 메소드

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

RuleInfo() 공개 메소드

Initializes a new instance of the RuleInfo class.
public RuleInfo ( long id = default(long?), string type = default(string), RuleParameters parameters = default(RuleParameters) ) : System.Linq
id long Unique identifier for Rule
type string Type of the rule
parameters RuleParameters Rule Parameteres
리턴 System.Linq