Show / Hide Table of Contents

Interface ISkin

Interface definition of a Skin.

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

Properties

View Source

EntryPoint

Represents an uri that points to the entry point of the skin.

Declaration
Uri EntryPoint { get; }
Property Value
Type Description
System.Uri
Remarks

Example: new Uri("/Sartorius.SAF.Skin.MySkin;;;component/Main.xaml", UriKind.Relative)

View Source

Id

Gets or sets a unique identifier of the skin.

Declaration
string Id { get; }
Property Value
Type Description
System.String
Remarks

The id MUST NOT contain white spaces.

Extension Methods

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