 | NetForumBusinessObjectCollectionAttribute Class |
Indicates that this property is a collection of netFORUM business objects
Inheritance HierarchySystemObject
SystemAttribute
Ignition.Framework.EntitiesNetForumBusinessObjectCollectionAttribute
Namespace: Ignition.Framework.EntitiesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class NetForumBusinessObjectCollectionAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Property)>
Public NotInheritable Class NetForumBusinessObjectCollectionAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Property)]
public ref class NetForumBusinessObjectCollectionAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Property)>]
type NetForumBusinessObjectCollectionAttribute =
class
inherit Attribute
endThe NetForumBusinessObjectCollectionAttribute type exposes the following members.
Constructors
Properties
Remarks
Any properties with this attribute must be able to accept a ReadOnlyCollectionT as their runtime type.
See Also