Class AllowExpandAttribute
indicates that the associated entity collection property may be accessed with the $expand clause Can be applied to a collection property, or a class in which case, any collection property of that type will be expandable.
Inheritance
System.Object
AllowExpandAttribute
Namespace: Cireson.Core.Common.Attributes
Assembly: Cireson.Core.Common.dll
Syntax
public sealed class AllowExpandAttribute : Attribute
Remarks
/// Caution There May Be Performance Implications if the collection contains a large
number of elements.
**Also, Entity level security filtering is not applied to the collection items if a user has
access to the parent
*this attribute will allow access to the children.
***Property level security will still apply.