PropertyMetadata<T> Class
Provides metadata for the properties of a given object.
Namespace
Statiq.Common
Base Types
  • object
graph BT Type-->Base0["object"] Type["PropertyMetadata<T>"] class Type type-node

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