Show / Hide Table of Contents

Class CustomerIconResourceKey

Defines keys for icon resources. The resources are styles for a System.Windows.Controls.ContentControl.

Inheritance
System.Object
CustomerIconResourceKey
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls.Resources
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class CustomerIconResourceKey
Remarks

See documentation for each key whether the icon is available as vector graphic or bitmap. For vector based icons a default size is given but you can resize them as needed.

Constructors

View Source

CustomerIconResourceKey(String)

Default ctor

Declaration
public CustomerIconResourceKey(string resourceKey)
Parameters
Type Name Description
System.String resourceKey
Exceptions
Type Condition
System.ArgumentNullException

Customer icon resource key

Properties

View Source

ResourceKey

Gets/sets customer icon resource key

Declaration
public string ResourceKey { get; }
Property Value
Type Description
System.String

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)

See Also

IconExtension
  • View Source
Back to top Generated by DocFX