Interface IExtendable
Defines an extension point.
Namespace: Sartorius.SAF.Infrastructure
Assembly: Sartorius.SAF.dll
Syntax
public interface IExtendable
Properties
View SourceProperties
Gets a dictionary of properties.
Declaration
Dictionary<string, object> Properties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |