Click or drag to resize
ElementIsAbstract Property
Gets or sets whether this element represent a base class for building other elements.

Equals to abstract (MustInherit) class in OOP. This property is being implicitly set on schema serialization. If True, element's children should have their ParentNames set to this element's Name.

Namespace: FDF.Common.ObjectModel
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool IsAbstract { get; set; }

Property Value

Type: Boolean

Return Value

Type: Boolean
Remarks