Class ProfilePropertyDefinitionCollection
Inheritance
ProfilePropertyDefinitionCollection
Assembly: DotNetNuke.dll
Syntax
public class ProfilePropertyDefinitionCollection : GenericCollectionBase<ProfilePropertyDefinition>, IList, ICollection, IList<ProfilePropertyDefinition>, ICollection<ProfilePropertyDefinition>, IEnumerable<ProfilePropertyDefinition>, IEnumerable
Constructors
ProfilePropertyDefinitionCollection()
Declaration
public ProfilePropertyDefinitionCollection()
ProfilePropertyDefinitionCollection(ProfilePropertyDefinitionCollection)
Declaration
public ProfilePropertyDefinitionCollection(ProfilePropertyDefinitionCollection collection)
Parameters
ProfilePropertyDefinitionCollection(ArrayList)
Declaration
public ProfilePropertyDefinitionCollection(ArrayList definitionsList)
Parameters
| Type |
Name |
Description |
| ArrayList |
definitionsList |
|
Properties
this[string]
Declaration
public ProfilePropertyDefinition this[string name] { get; }
Parameters
| Type |
Name |
Description |
| string |
name |
|
Property Value
Methods
AddRange(ProfilePropertyDefinitionCollection)
Declaration
public void AddRange(ProfilePropertyDefinitionCollection collection)
Parameters
AddRange(ArrayList)
Declaration
public void AddRange(ArrayList definitionsList)
Parameters
| Type |
Name |
Description |
| ArrayList |
definitionsList |
|
GetByCategory(string)
Declaration
public ProfilePropertyDefinitionCollection GetByCategory(string category)
Parameters
| Type |
Name |
Description |
| string |
category |
|
Returns
GetById(int)
Declaration
public ProfilePropertyDefinition GetById(int id)
Parameters
| Type |
Name |
Description |
| int |
id |
|
Returns
GetByName(string)
Declaration
public ProfilePropertyDefinition GetByName(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Returns
Sort()
Declaration
Implements
Extension Methods