C# Class Tortuga.Anchor.Metadata.PropertyMetadata

This is a cache of metadata about a specific property.
Mostrar archivo Open project: docevaad/Anchor Class Usage Examples

Private Properties

Property Type Description
AddCalculatedField void
EndInit void
InvokeGet object
InvokeSet object
PropertyMetadata System.ComponentModel.DataAnnotations

Private Methods

Method Description
AddCalculatedField ( PropertyMetadata affectedProperty ) : void

Adds a property to the list of calculated values watching this property.

EndInit ( ) : void
InvokeGet ( object target ) : object
InvokeSet ( object target, object value ) : object
PropertyMetadata ( PropertyInfo info ) : System.ComponentModel.DataAnnotations