Class ProfilePropertyDefinition
Inheritance
ProfilePropertyDefinition
Assembly: DotNetNuke.dll
Syntax
public class ProfilePropertyDefinition : BaseEntityInfo
Constructors
ProfilePropertyDefinition()
Declaration
public ProfilePropertyDefinition()
ProfilePropertyDefinition(int)
Declaration
public ProfilePropertyDefinition(int portalId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
Properties
DataType
Declaration
[List("DataType", "", ListBoundField.Id, ListBoundField.Value)]
[IsReadOnly(true)]
[Required(true)]
[SortOrder(1)]
public int DataType { get; set; }
Property Value
DefaultValue
Declaration
[SortOrder(4)]
public string DefaultValue { get; set; }
Property Value
DefaultVisibility
Declaration
[SortOrder(10)]
public UserVisibilityMode DefaultVisibility { get; set; }
Property Value
Deleted
Declaration
[Browsable(false)]
public bool Deleted { get; set; }
Property Value
IsDirty
Declaration
[Browsable(false)]
public bool IsDirty { get; }
Property Value
Length
Declaration
[SortOrder(3)]
public int Length { get; set; }
Property Value
ModuleDefId
Declaration
[Browsable(false)]
public int ModuleDefId { get; set; }
Property Value
PortalId
Declaration
[Browsable(false)]
public int PortalId { get; set; }
Property Value
ProfileVisibility
Declaration
[Browsable(false)]
public ProfileVisibility ProfileVisibility { get; set; }
Property Value
PropertyCategory
Declaration
[Required(true)]
[SortOrder(2)]
public string PropertyCategory { get; set; }
Property Value
PropertyDefinitionId
Declaration
[Browsable(false)]
public int PropertyDefinitionId { get; set; }
Property Value
PropertyName
Declaration
[Required(true)]
[IsReadOnly(true)]
[SortOrder(0)]
[RegularExpressionValidator("^[a-zA-Z0-9._%\\-+']+$")]
public string PropertyName { get; set; }
Property Value
PropertyValue
Declaration
[Browsable(false)]
public string PropertyValue { get; set; }
Property Value
ReadOnly
Declaration
[SortOrder(7)]
public bool ReadOnly { get; set; }
Property Value
Required
Declaration
[SortOrder(6)]
public bool Required { get; set; }
Property Value
ValidationExpression
Declaration
[SortOrder(5)]
public string ValidationExpression { get; set; }
Property Value
ViewOrder
Declaration
[IsReadOnly(true)]
[SortOrder(9)]
public int ViewOrder { get; set; }
Property Value
Visibility
Declaration
[Obsolete("Deprecated in DotNetNuke 6.2.0. Use ProfileVisibility. Scheduled removal in v10.0.0.")]
[Browsable(false)]
public UserVisibilityMode Visibility { get; set; }
Property Value
Visible
Declaration
[SortOrder(8)]
public bool Visible { get; set; }
Property Value
Methods
ClearIsDirty()
Declaration
public void ClearIsDirty()
Clone()
Declaration
public ProfilePropertyDefinition Clone()
Returns
Extension Methods