Click or drag to resize

INamed Interface

Represents a named entity/type that may be contained in a package. (Packages were added late during development, with the constraint to stay compatible, and intentionally as 2nd class citizens, confined to one nesting level, and without explicit object representing them.) ("Overrides" by "new" in inherited interfaces are for comment refinement only.)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public interface INamed

The INamed type exposes the following members.

Properties
  NameDescription
Public propertyName
The name of the entity/type
Public propertyPackage
null if this is a global entity/type, otherwise the package the entity/type is contained in.
Public propertyPackagePrefixedName
The name of the entity/type in case of a global type, the name of the entity/type prefixed by the name of the package otherwise (separated by a double colon).
Top
See Also