NetForumBusinessObjectCollectionAttribute Class
Indicates that this property is a collection of netFORUM business objects
Namespace: Ignition.Framework.EntitiesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[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
end
- Inheritance
- Object Attribute NetForumBusinessObjectCollectionAttribute
Any properties with this attribute must be able to accept a
ReadOnlyCollectionT as their runtime type.