Table of Contents

Class FeatureExtensions

Namespace
The.Model.Features
Assembly
Instagile.Model.dll
public static class FeatureExtensions
Inheritance
FeatureExtensions
Inherited Members

Methods

IsPresentUnversioned(IFeature, ModelSnapshot)

public static bool IsPresentUnversioned(this IFeature source, ModelSnapshot snapshot)

Parameters

source IFeature
snapshot ModelSnapshot

Returns

bool

Remove(IFeature, ModelSnapshot)

public static IEnumerable<IEvent> Remove(this IFeature source, ModelSnapshot snapshot)

Parameters

source IFeature
snapshot ModelSnapshot

Returns

IEnumerable<IEvent>

Test(IFeature, ModelSnapshot)

public static bool Test(this IFeature source, ModelSnapshot snapshot)

Parameters

source IFeature
snapshot ModelSnapshot

Returns

bool