Show / Hide Table of Contents

Interface IExtendable

Defines an extension point.

Namespace: Sartorius.SAF.Infrastructure
Assembly: Sartorius.SAF.dll
Syntax
public interface IExtendable

Properties

View Source

Properties

Gets a dictionary of properties.

Declaration
Dictionary<string, object> Properties { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

Extension Methods

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