C# 클래스 PureCloudPlatform.Client.V2.Model.QueryResponseGroupedData

상속: IEquatable
파일 보기 프로젝트 열기: MyPureCloud/platform-client-sdk-dotnet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( other ) : bool

Returns true if QueryResponseGroupedData instances are equal

Equals ( object obj ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

QueryResponseGroupedData ( Dictionary Group = null, List Data = null ) : System

Initializes a new instance of the QueryResponseGroupedData class.

ToJson ( ) : string

Returns the JSON string presentation of the object

ToString ( ) : string

Returns the string presentation of the object

메소드 상세

Equals() 공개 메소드

Returns true if QueryResponseGroupedData instances are equal
public Equals ( other ) : bool
other Instance of QueryResponseGroupedData to be compared
리턴 bool

Equals() 공개 메소드

Returns true if objects are equal
public Equals ( object obj ) : bool
obj object Object to be compared
리턴 bool

GetHashCode() 공개 메소드

Gets the hash code
public GetHashCode ( ) : int
리턴 int

QueryResponseGroupedData() 공개 메소드

Initializes a new instance of the QueryResponseGroupedData class.
public QueryResponseGroupedData ( Dictionary Group = null, List Data = null ) : System
Group Dictionary The group values for this data.
Data List The metrics in this group.
리턴 System

ToJson() 공개 메소드

Returns the JSON string presentation of the object
public ToJson ( ) : string
리턴 string

ToString() 공개 메소드

Returns the string presentation of the object
public ToString ( ) : string
리턴 string