SettingsUnitEditorService - класс

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public sealed class SettingsUnitEditorService : ISettingsUnitEditorService
Inheritance
Object    SettingsUnitEditorService
Implements
ISettingsUnitEditorService

Конструкторы

SettingsUnitEditorServiceИнициализирует новый экземпляр класса SettingsUnitEditorService

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
ExportUnitRecordsAsync Exports settings unit available for current session with specified key.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetCategoryDescriptorAsync Retrieves descriptor of settings unit category available for the current session with specified category.
GetCategoryDescriptorsAsync Retrieves descriptors of settings units categories available for the current session.
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
GetUnitDescriptorAsync Retrieves descriptor of settings unit available for the current session with specified key.
GetUnitDescriptorsAsync Retrieves descriptors of settings units available for the current session with specified category if any.
GetUnitRecordAsync Retrieves the settings unit record available for current session with specified key.
GetUnitRecordsAsync Retrieves a collection of settings unit record available for the current session with specified keys.
ImportUnitRecordsAsync Imports settings unit available for current session with specified key.
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
RemoveUnitRecordAsync Removes existing settings unit record available for current session with specified key.
RemoveUnitRecordsAsync Removes a collection of existing settings unit records available for current session with specified keys.
ResetUnitRecordAsync Resets existing settings unit record available for current session with specified key.
ResetUnitRecordsAsync Resets a collection of existing settings unit records available for current session with specified category.
StoreUnitRecordAsync Stores the changed data for settings unit record available for current session with specified request.
StoreUnitRecordsAsync Stores the changed data for a collection of settings unit records available for current session with specified requests.
ToStringReturns a string that represents the current object.
(Унаследован от Object)

См. также