Get the relations collection of child comments. If this collection perform a removal, the removed comment will be directly attached to the entity.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
ICartellaRelations<IComment, IComment> ChildComments { get; }
Visual Basic
ReadOnly Property ChildComments As ICartellaRelations(Of IComment, IComment)
	Get
Visual C++
property ICartellaRelations<IComment^, IComment^>^ ChildComments {
	ICartellaRelations<IComment^, IComment^>^ get ();
}

Field Value

ICartellaRelations<IComment, IComment>

See Also