Click or drag to resize

TOPICA Basic Class Profile

[This is preliminary documentation and is subject to change.]

A Profile is a named collection of Profile objects.

The Profile class models one row in the database table dbo.Profile.

Profile properties

Property

Type

Description

ToString

String

String representation for debugging etc.

Name

String

The internal profile name.

Caption

String

The caption displayed in the user interface.

Permissions

PermissionCollection

A collection of Permission objects, that this Profile contains.

See Also

Other Resources