Click or drag to resize

IQualification Interface

Represents an ice.NET qualification. A profile represents a permission or capability in thr context of an object or folder.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface IQualification

The IQualification type exposes the following members.

Properties
  NameDescription
Public propertyDescription
The qualification description. The description can be empty.
Public propertyDisplayName
The display name.
Public propertyId
The qualification ID. The ID is generated by the platform and cannot be modified.
Public propertyName
The qualification name. The name must be unique and must follow the QName convention.
Top
Methods
  NameDescription
Public methodDestroy
Deletes the qualification.
Top
See Also