Symphony Framework
CompositeFieldAttribute Class
Members 
Symphony.Harmony.Security Namespace : CompositeFieldAttribute Class
This attribute is used to decorate a property to ensure that base/composite fields are read from the file if tge property is beign exposed through Symphny Harmony
Syntax
[AttributeUsage(ValidOn=AttributeTargets.Property, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class CompositeFieldAttribute : System.Attribute 
Remarks
This class allows you to ensure that a customer fields added to a Data Object has the required underlying data fields loaded so that it can represent the data correctly.
Inheritance Hierarchy

System.Object
   System.Attribute
      Symphony.Harmony.Security.CompositeFieldAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CompositeFieldAttribute Members
Symphony.Harmony.Security Namespace