Skip to content

Fix documentation for ECClass modifier #564

@ColinKerr

Description

@ColinKerr

Current docs are:

modifier identifies the class as abstract or sealed.

Valid options are:

None (default) – normal, instantiable class. Not valid for ECRelationshipClass type.
Abstract – abstract class, cannot be instantiated.
Sealed – normal, instantiable class but cannot be used as a base class or have children

At minimum the note that None is not valid on relationships is incorrect. Review and validate other claims

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions