Skip to main content

IEnum Interface

Namespace: NextDesign.Core

Description

An object that accesses enumerations.

Belonging Area

NameDescription
ProfileA group of APIs that access profiles.

Inherit Base

NameDescription
ITypeAn object that represents a type.

Property

NameDescription
FullNameFully qualified name
By changing the value, you can move the package and change the enumeration name.
However, if the destination package does not exist, an exception will be thrown.
LiteralsList of literals
OwnerPackage
By changing the value, you can move the package, but you cannot specify null.

Method

NameDescription
GetLiteralsByTagGets the enumeration literal with the specified tag.
IsChecks whether the specified object is an instance of an enumeration.
Returns true if it is an instance of an enumeration.
NameOfGets the enumeration literal that corresponds to the literal string.
ValueOfGets the enumeration literal that corresponds to the enum value.