Click or drag to resize

IProfile Interface

Represents an ice.NET profile. A profile represents a function or capability that requires authorization.

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 IProfile

The IProfile type exposes the following members.

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