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 SourceCustomerIconResourceKey(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 SourceResourceKey
Gets/sets customer icon resource key
Declaration
public string ResourceKey { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |