Class AutoVorgangPositionenExtensions
- Namespace
- BpNexT.NET.Extensions.Vorgang
- Assembly
- BpNexT.NET.dll
Provides extension methods for the BpNT.AutoVorgangPositionen class.
public static class AutoVorgangPositionenExtensions
- Inheritance
-
objectAutoVorgangPositionenExtensions
Methods
Add<TVorgangPosition>(AutoVorgangPositionen, CreateVorgangPosition<TVorgangPosition>, Guid)
Adds a IVorgangPosition to the BpNT.AutoVorgangPositionen.
public static void Add<TVorgangPosition>(this AutoVorgangPositionen positionen, CreateVorgangPosition<TVorgangPosition> position, Guid applicationInstanceId) where TVorgangPosition : IVorgangPosition, IHasAutoDataSet, new()
Parameters
positionenAutoVorgangPositionenThe BpNT.AutoVorgangPositionen to add the position to.
positionCreateVorgangPosition<TVorgangPosition>The CreateVorgangPosition<T> to add.
applicationInstanceIdGuidID of the current application instance)
Type Parameters
TVorgangPosition
Format(AutoVorgangPositionen, IEnumerable<string>)
Formats the BpNT.AutoVorgangPositionen using a collection of CSV strings.
public static void Format(this AutoVorgangPositionen positionen, IEnumerable<string> csvString)
Parameters
positionenAutoVorgangPositionenThe BpNT.AutoVorgangPositionen to format.
csvStringIEnumerable<string>The collection of CSV strings to format the positionen with.