A library that contains activities to search DocsMarshal profiles.
This activity creates a new IWhereField object for the Boolean fields.
This activity creates a new IWhereField object for the Date fields.
This activity creates a new IWhereField object for the DateTime fields.
This activity creates a new IWhereField object for the Double fields.
This activity creates a new IWhereField object for the Guid fields.
This activity creates a new IWhereField object for the Int fields.
This activity creates a new IWhereField object for the String fields.
This activity allows to get all the profiles related to the given profile given a DynAss.
This activity allows to execute a profile search operation starting from the given view one.
This activity takes in input a Query for profiles and returns the name of a field given its externalId.
This activity allows to get a profile given its ObjectId.
This activity returns the base QueryProfile object which is necessary for all search operations.
This activity returns the QueryProfile object which is necessary for all search operations from a profile and a Dynamic Association.
This activity allows to get a profile query starting from the given view one.
This activity converts a search result into a DataTable.
This activity returns the sum of all the values of a field given a search result.
This activity allows to get a field value from the result of a query given its row index.
This activity allows to get the value of a multi-language field given the result of a query and its row index.
This activity selects the values of a single field of a search result.
This activity performs the search operation on profiles given a QueryProfile object and returns the results as a DataTable. It is also returned an ISearchResult object which has more precise informations about the results.
This activity allows you to set a field sort order before performing the search.
This activity allows to add a condition on a Boolean field to a profile search query.
This activity allows to add a condition on a Date field to a profile search query.
This activity allows to add a condition on a DateTime field to a profile search query.
This activity allows to add a condition on a Double field to a profile search query.
This activity allows to add a condition on a Guid field to a profile search query.
This activity allows to add a condition on an Integer field to a profile search query.
This activity allows to add a condition on a String field to a task search query.