Share via


AtlasClassificationDef.EntityTypes Property

Definition

Specifying a list of entityType names in the classificationDef, ensures that classifications can only be applied to those entityTypes.

Any subtypes of the entity types inherit the restriction.

Any classificationDef subtypes inherit the parents entityTypes restrictions.

Any classificationDef subtypes can further restrict the parents entityTypes restrictions by specifying a subset of the entityTypes.

An empty entityTypes list when there are no parent restrictions means there are no restrictions.

An empty entityTypes list when there are parent restrictions means that the subtype picks up the parents restrictions.

If a list of entityTypes are supplied, where one inherits from another, this will be rejected. This should encourage cleaner classificationsDefs.

public System.Collections.Generic.IList<string> EntityTypes { get; }
member this.EntityTypes : System.Collections.Generic.IList<string>
Public ReadOnly Property EntityTypes As IList(Of String)

Property Value

Applies to