NetForumSubEntityCollectionAttribute Class

Definition

Namespace: Ignition.Framework.Entities
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class NetForumSubEntityCollectionAttribute : Attribute
Inheritance
Object    Attribute    NetForumSubEntityCollectionAttribute

Constructors

NetForumSubEntityCollectionAttribute(NetForumDataBindingMode)Initializes a new instance of the NetForumSubEntityCollectionAttribute class
NetForumSubEntityCollectionAttribute(String, NetForumDataBindingMode, String)Initializes a new instance of the NetForumSubEntityCollectionAttribute class
NetForumSubEntityCollectionAttribute(String, String, NetForumDataBindingMode)Initializes a new instance of the NetForumSubEntityCollectionAttribute class

Properties

CustomParentRelationship A filter used to define a custom relationship between this parent entity and these sub-entities.
DataBindingMode 
SubEntitySelectionQuery A custom filter, used to limit which sub-entities are loaded into this collection.

See Also