IWithCustomAttributes Interface

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

Definition

Defines a contract for metadata elements that can have custom attributes.
public interface IWithCustomAttributes
Implemented by

Properties

CustomAttributesGets the custom attributes applied to the element.
ExplicitCustomAttributesGets the custom attributes explicitly applied to the member.
HasCustomAttributesGets a value indicating whether the element has any custom attributes applied.

Methods

HasCustomAttribute(string)Determines whether the element has a specific custom attribute applied.