Show / Hide Table of Contents

Interface ISkinSettings

Defines methods to handle settings of the skins.

Namespace: Sartorius.SAF.Presentation.Skins
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface ISkinSettings

Methods

View Source

Restore()

Restore the skin settings.

Declaration
void Restore()
View Source

Store()

Stores the skin settings.

Declaration
void Store()

Extension Methods

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