Click or drag to resize

NetForumBusinessObjectCollectionAttribute Class

Indicates that this property is a collection of netFORUM business objects
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Ignition.Framework.EntitiesNetForumBusinessObjectCollectionAttribute

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class NetForumBusinessObjectCollectionAttribute : Attribute

The NetForumBusinessObjectCollectionAttribute type exposes the following members.

Constructors
 NameDescription
Public methodNetForumBusinessObjectCollectionAttributeInitializes a new instance of the NetForumBusinessObjectCollectionAttribute class
Top
Properties
 NameDescription
Public propertyCollectionName 
Top
Remarks
Any properties with this attribute must be able to accept a ReadOnlyCollectionT as their runtime type.
See Also