DeployLX Software Protection System

CustomRegistrationField Members

The CustomRegistrationField type exposes the following members.

Constructors

Public methodCustomRegistrationField

Overloaded. Initializes a new instance of the CustomRegistrationField class.

Methods

Public methodEquals Inherited from Object.
Protected methodFinalize Inherited from Object.
Public methodGetHashCode Inherited from Object.
Public methodGetType Inherited from Object.
Protected methodMemberwiseClone Inherited from Object.
Public methodToString

Overrides the base implementation to return the field name instead.

Overrides Object..::..ToString()()()().

Properties

Public propertyCustomTypeName

Gets or sets assembly qualified name of the Type that implements the custom field. Valid only when FieldType is Custom.

Public propertyDisplayName

Gets or sets the display name of the custom field. When nullNothingnullptra null reference (Nothing in Visual Basic) uses Name.

Public propertyFieldType

Gets or sets the CustomFieldType of the field.

Public propertyName

Gets or sets the field name of the custom field.

Events

Public eventChanged

Fired when the CustomRegistrationField changes.

Explicit Interface Implementations

Explicit interface implemetationPrivate methodIChange..::..MakeReadOnly

Marks the object as read only. Further attempts to modify the protected properties of the object should result in an exception. Objects protected by a parent's read-only status may ignore this call.