Interface IStepItemService
Last update: 16.07.2025Namespace: VM.Models
Assembly: VM.Models.Project.dll
public interface IStepItemService
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Methods
Add(IStepItemSet, Type, Func>)
void Add(IStepItemSet stepItemSet, Type stepType, Func<ienumerable><istepitem>> factory)
Parameters
stepItemSet IStepItemSet
stepType Type
factory FuncIEnumerableIStepItem>>
Clear()
void Clear()
Compose(IEnumerable)
void Compose(IEnumerable<assembly> assemblies)
Parameters
assemblies IEnumerableAssembly>
GetItems(Type, IStep)
IEnumerable<istepitem> GetItems(Type scenarioType, IStep parent)
Parameters
scenarioType Type
parent IStep