Skip to content

IChildExclusionOptions

public abstract interface IChildExclusionOptions

Namespace: RhoMicro.BindSight.Transformations

Inheritance:

Provides options for ChildExclusionTransformation.

IReadOnlySet<PropertyInfo> ExcludedProperties { get; }

Gets the set of properties to exclude.

bool ExcludeGenericArgumentLeafs { get; }

Gets a value indicating whether to exclude children whose modelled type is a generic type argument.

IChildExclusionOptions Default { get; }

Gets the default instance for this options interface.