ChildrenPropertyAttribute Class
This attribute is used to specify the property that is a collection of child nodes.
Namespace:
Xafari.BC.HierarchicalData
Assembly: Xafari.BC (in Xafari.BC.dll)
- c#
- VB
[AttributeUsage(AttributeTargets.Property)] public class ChildrenPropertyAttribute : HierarchyPropertyAttribute
<AttributeUsage(AttributeTargets.[Property])> _
Public Class ChildrenPropertyAttribute
Inherits HierarchyPropertyAttribute
End Class
Name | Description | |
---|---|---|
![]() |
ChildrenPropertyAttribute() | |
![]() |
ChildrenPropertyAttribute(string) |
Name | Description | |
---|---|---|
![]() |
DeletingMode | |
![]() |
GetChildrenCountMode | |
![]() |
HierarchyName | (inherited from HierarchyPropertyAttribute). |
![]() |
TermName | (inherited from TermAttribute). |
Name | Description | |
---|---|---|
![]() |
GetListValueByTerm<TDetails>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
GetValueByTerm<TValue>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
Session(this object, bool) | Obsolete. Returns Session for specified object. (Defined by SessionExtensions). |
![]() |
SetValueByTerm<TValue>(this object, string, TValue) | Obsolete. (Defined by TypeExtensions). |
Xafari.BC.HierarchicalData.ChildrenPropertyAttribute