IWithCustomModifiers Interface

Namespace
Kampute.DocToolkit.Metadata.Capabilities
Assembly
  • Kampute.DocToolkit.dll

Definition

Defines a contract for metadata elements that can have custom modifiers.
public interface IWithCustomModifiers
Implemented by

Methods

HasOptionalCustomModifier(string)Determines whether the element has a specific optional custom modifier applied.
HasRequiredCustomModifier(string)Determines whether the element has a specific required custom modifier applied.