Show / Hide Table of Contents

Interface IUIElementSettings

Defined functionality for storing and restoring an UI control settings.

Namespace: Sartorius.SAF.Presentation.Settings
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IUIElementSettings

Properties

View Source

SettingKey

Gets or sets a setting key.

Declaration
string SettingKey { get; set; }
Property Value
Type Description
System.String

Methods

View Source

Restore(Object)

Restore a given settings.

Declaration
void Restore(object settings)
Parameters
Type Name Description
System.Object settings

A setting for restoring.

View Source

Store()

Gets the control settings.

Declaration
object Store()
Returns
Type Description
System.Object

A value of setting for restoring.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX