Click or drag to resize

GrShellImplShowAvailableAttributes Method

Displays the attributes from the given type or all types, if typeName is null. If showAll is false, inherited attributes are not shown (only applies to a given type)

Namespace:  de.unika.ipd.grGen.grShell
Assembly:  libGrShell (in libGrShell.dll) Version: GrGen.NET 8.0
Syntax
C#
public void ShowAvailableAttributes(
	bool showOnly,
	InheritanceType type,
	TypeKind kind
)

Parameters

showOnly
Type: SystemBoolean
type
Type: de.unika.ipd.grGen.libGrInheritanceType
kind
Type: de.unika.ipd.grGen.grShellTypeKind
See Also