Get the allowed interface types to be its children. Override by subclasses. It is always a fixed list of types for specific object type.

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

Syntax

C#
Type[] AllowedChildrenTypes { get; }
Visual Basic
ReadOnly Property AllowedChildrenTypes As Type()
	Get
Visual C++
property array<Type^>^ AllowedChildrenTypes {
	array<Type^>^ get ();
}

Field Value

Type

See Also