IChildExclusionOptions
public abstract interface IChildExclusionOptions
Namespace: RhoMicro.BindSight.Transformations
Inheritance:
Summary
Section titled “Summary”Provides options for ChildExclusionTransformation.
Properties
Section titled “Properties”ExcludedProperties
Section titled “ExcludedProperties”IReadOnlySet<PropertyInfo> ExcludedProperties { get; }
Summary
Section titled “Summary”Gets the set of properties to exclude.
ExcludeGenericArgumentLeafs
Section titled “ExcludeGenericArgumentLeafs”bool ExcludeGenericArgumentLeafs { get; }
Summary
Section titled “Summary”Gets a value indicating whether to exclude children whose modelled type is a generic type argument.
Default
Section titled “Default”IChildExclusionOptions Default { get; }
Summary
Section titled “Summary”Gets the default instance for this options interface.