The ProfilePropertyDefinition type exposes the following members.

Constructors

  NameDescription
Public methodProfilePropertyDefinition()()()()
DotNetNuke.Entities.Profile.ProfilePropertyDefinition
Public methodProfilePropertyDefinition(Int32)
DotNetNuke.Entities.Profile.ProfilePropertyDefinition

Methods

  NameDescription
Public methodClearIsDirty
Clears the IsDirty Flag
Public methodClone
Clone a ProfilePropertyDefinition
Protected methodCloneBaseProperties (Inherited from BaseEntityInfo.)
Public methodCreatedByUser
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFillInternal
Fills a BaseEntityInfo from a Data Reader
(Inherited from BaseEntityInfo.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLastModifiedByUser
Gets the UserInfo object associated with this user
(Inherited from BaseEntityInfo.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

Properties

  NameDescription
Public propertyCreatedByUserID
Gets the CreatedByUserID
(Inherited from BaseEntityInfo.)
Public propertyCreatedOnDate
Gets the CreatedOnDate
(Inherited from BaseEntityInfo.)
Public propertyDataType
Gets and sets the Data Type of the Profile Property
Public propertyDefaultValue
Gets and sets the Default Value of the Profile Property
Public propertyDefaultVisibility
Gets and sets the Default Visibility of the Profile Property
Public propertyDeleted
Gets and sets the Deleted
Public propertyIsDirty
Gets whether the Definition has been modified since it has been retrieved
Public propertyLastModifiedByUserID
Gets the LastModifiedByUserID
(Inherited from BaseEntityInfo.)
Public propertyLastModifiedOnDate
Gets the LastModifiedOnDate
(Inherited from BaseEntityInfo.)
Public propertyLength
Gets and sets the Length of the Profile Property
Public propertyModuleDefId
Gets and sets the ModuleDefId
Public propertyPortalId
Gets and sets the PortalId
Public propertyProfileVisibility
Gets and sets whether the property is visible
Public propertyPropertyCategory
Gets and sets the Category of the Profile Property
Public propertyPropertyDefinitionId
Gets and sets the Id of the ProfilePropertyDefinition
Public propertyPropertyName
Gets and sets the Name of the Profile Property
Public propertyPropertyValue
Gets and sets the Value of the Profile Property
Public propertyReadOnly
Gets and sets whether the property is read only
Public propertyRequired
Gets and sets whether the property is required
Public propertyValidationExpression
Gets and sets a Validation Expression (RegEx) for the Profile Property
Public propertyViewOrder
Gets and sets the View Order of the Property
Public propertyVisibility Obsolete.
Public propertyVisible
Gets and sets whether the property is visible

See Also