| Package | org.spicefactory.lib.reflect.metadata |
| Class | public class TargetPropertyUtil |
| Inheritance | TargetPropertyUtil Object |
| Method | Defined By | ||
|---|---|---|---|
setPropertyName(member:Member, metadata:Object, domain:ApplicationDomain = null):void [static]
Locates the property marked with the [Target] metadata tag in the specified
metadata object to the name of the specified member (property or method). | TargetPropertyUtil | ||
| setPropertyName | () | method |
public static function setPropertyName(member:Member, metadata:Object, domain:ApplicationDomain = null):void
Locates the property marked with the [Target] metadata tag in the specified
metadata object to the name of the specified member (property or method).
Parameters
member:Member — the member whose name should be applied to the metadata object
| |
metadata:Object — the metadata object to apply the member name to
| |
domain:ApplicationDomain (default = null) — the ApplicationDomain to use for reflection
|