PropertyMetadataAttribute Class
Indicates that a document property should have a different metadata name than the property name.
Namespace
Statiq.Common
Base Types
  • object
  • Attribute
graph BT Type-->Base0["Attribute"] Base0-->Base1["object"] Type["PropertyMetadataAttribute"] class Type type-node

Syntax

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class PropertyMetadataAttribute : Attribute

Attributes

Type Description
AttributeUsageAttribute

Constructors

Name Summary
PropertyMetadataAttribute(string) Specifies an alternate name for this property in document metadata.

Properties

Name Property Type Summary
Name string

Extension Methods