Click or drag to resize

SystemUnitClassTypeRoles Property

Gets all role classes for the SystemUnitClass. The collection includes all RoleClasses, referenced by RoleRequirement objects and SupportedRoleClass objects.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public virtual IEnumerable<RoleFamilyType> Roles { get; }

Property Value

IEnumerableRoleFamilyType
See Also