Click or drag to resize

RoleFamilyTypeRefBaseClassPath Property

Gets and sets the path which references a base class. According to CAEX, a class shall not inherit from itself or from a derivative of itself, therefore any cyclic reference is denied.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public string RefBaseClassPath { get; set; }

Property Value

String

Implements

IClassWithBaseClassReferenceRefBaseClassPath
See Also