MongoDBQuery Class
#Declaration
TypeScript
export class MongoDBQuery extends SerializableModel
#Inheritance
SerializableModel
MongoDBQuery
#constructor
Initializes a new instance of the MongoDBQuery
class with specified settings.
#Declaration
TypeScript
constructor(
json?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
#Parameters
Name | Type |
---|---|
json | any |
serializer | Model |
#Properties
#alias Property
#Declaration
TypeScript
alias: ko.Observable<string>
#Property Value
Type |
---|
Observable<string> |
#collectionName Property
#Declaration
TypeScript
collectionName: ko.Observable<string>
#Property Value
Type |
---|
Observable<string> |
#Methods
#getInfo Method
#Declaration
TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
#Returns
Type |
---|
ISerialization |