IAttrType Interface |
Namespace: PDTec.IceNet.Core.Model
public interface IAttrType
The IAttrType type exposes the following members.
Name | Description | |
---|---|---|
Description |
The attribute type description. The description can be empty.
| |
DisplayName |
The display name.
| |
Id |
The attribute type ID. The ID is generated by the platform and
cannot be modified.
| |
IsValid |
Indicates if the attribute type instance is valid. The attribute type becomes
invalid if the Destroy method has been called or the package is deleted.
| |
Name |
The attribute type name. The name must be unique within the system context
and must follow the QName convention. It is recommended that the attribute
type name contains the package name prefix.
| |
Package |
Gets the containing package.
| |
RangeSpec | ||
Uom | ||
ValueType |
Name | Description | |
---|---|---|
AddEnumValue | ||
Destroy |
Deletes the attribute type. This method implicitly deletes all
attribute definitions and all attribute values of this type.
| |
GetEnumValues | ||
GetPackage |
Retrieves the containig package.
| |
GetWhereUsedList | ||
MoveToPackage |
Moves the attribute type to a different package. It is recommended that
the attribute type name is modified to reflect the new package membership.
| |
RemoveEnumValue | ||
SetEnumValueIndices |