IWithProperties Interface

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

Definition

Defines a contract for types that can declare properties.
public interface IWithProperties
Implemented by

Properties

HasPropertiesGets a value indicating whether the type has any public or protected properties.
PropertiesGets all the public or protected properties declared, overridden, or implemented by the type.