Click or drag to resize
CompoundComponentAttribute Class
Attribute to flag a property or field of a compound entity as a component member.
Inheritance Hierarchy
System.Object
  System.Attribute
    Slash.Application.Systems.CompoundComponentAttribute

Namespace: Slash.Application.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CompoundComponentAttribute : Attribute

The CompoundComponentAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCompoundComponentAttribute
Initializes a new instance of the CompoundComponentAttribute class
Top
Properties
  NameDescription
Public propertyIsOptional
Indicates if this component is optional.
Top
See Also