PropertyMetadata<T> Class
Provides metadata for the properties of a given object.
Namespace
Statiq.Common
Base Types
  • object
PropertyMetadata<T>
object

Syntax

public static class PropertyMetadata<T>

Type Parameters

Name Description
T The type of object to provide property metadata for.

Methods

Name Return Value Summary
For(T) IMetadata
Gets an IMetadata for a given instance of the object type.
static