public class FormEditorModelsRepository : IFormEditorModelsRepositoryPublic Class FormEditorModelsRepository
Implements IFormEditorModelsRepositorypublic ref class FormEditorModelsRepository : IFormEditorModelsRepositorytype FormEditorModelsRepository =
class
interface IFormEditorModelsRepository
end| FormEditorModelsRepository | Инициализирует новый экземпляр класса FormEditorModelsRepository |
| DeleteAsync | Deletes form with specified identifier. |
| DeleteManyAsync | Deletes forms with specified identifier. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetStateAsync | Loads certain form state. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| ImportAsync | Imports forms. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| QueryAsync | Queries all forms using given parameters. |
| QueryStatesAsync | Queries all form states. |
| StoreAsync | Stores form. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TryGetAsync | Loads form with specified identifier. |
| TryGetStatesAsync | Loads all the layout state. |
| TryGetSubFormsAsync | Loads all the layout sub forms. |