Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.3 KB

File metadata and controls

21 lines (14 loc) · 1.3 KB

ISelectorDialogService interface

Provides a set of operations for showing the object (that is unit or element) selection interface to Studio Pro user.

public interface ISelectorDialogService

Members

name description
SelectDocumentAsync<TDocument>(…) Shows interface (in a popup) for selecting IDocument of a specific type TDocument from all such documents in the app.
SelectDocumentUntypedAsync(…) Shows interface (in a popup) for selecting IDocument from all documents in the app.
SelectEntityAsync(…) Shows interface (in a popup) for selecting an IEntity from all entities in the app model.

See Also