Show / Hide Table of Contents

Class ProfilePropertyDefinitionCollection

Inheritance
object
CollectionBase
GenericCollectionBase<ProfilePropertyDefinition>
ProfilePropertyDefinitionCollection
Implements
IList
ICollection
IList<ProfilePropertyDefinition>
ICollection<ProfilePropertyDefinition>
IEnumerable<ProfilePropertyDefinition>
IEnumerable
Inherited Members
GenericCollectionBase<ProfilePropertyDefinition>.Add(ProfilePropertyDefinition)
GenericCollectionBase<ProfilePropertyDefinition>.Remove(ProfilePropertyDefinition)
GenericCollectionBase<ProfilePropertyDefinition>.Contains(ProfilePropertyDefinition)
GenericCollectionBase<ProfilePropertyDefinition>.CopyTo(ProfilePropertyDefinition[], int)
GenericCollectionBase<ProfilePropertyDefinition>.IndexOf(ProfilePropertyDefinition)
GenericCollectionBase<ProfilePropertyDefinition>.Insert(int, ProfilePropertyDefinition)
GenericCollectionBase<ProfilePropertyDefinition>.IsReadOnly
GenericCollectionBase<ProfilePropertyDefinition>.this[int]
CollectionBase.Clear()
CollectionBase.RemoveAt(int)
CollectionBase.GetEnumerator()
CollectionBase.OnSet(int, object, object)
CollectionBase.OnInsert(int, object)
CollectionBase.OnClear()
CollectionBase.OnRemove(int, object)
CollectionBase.OnValidate(object)
CollectionBase.OnSetComplete(int, object, object)
CollectionBase.OnInsertComplete(int, object)
CollectionBase.OnClearComplete()
CollectionBase.OnRemoveComplete(int, object)
CollectionBase.InnerList
CollectionBase.List
CollectionBase.Capacity
CollectionBase.Count
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Profile
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
Type Name Description
ProfilePropertyDefinitionCollection collection

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
Type Description
ProfilePropertyDefinition

Methods

AddRange(ProfilePropertyDefinitionCollection)

Declaration
public void AddRange(ProfilePropertyDefinitionCollection collection)
Parameters
Type Name Description
ProfilePropertyDefinitionCollection collection

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
Type Description
ProfilePropertyDefinitionCollection

GetById(int)

Declaration
public ProfilePropertyDefinition GetById(int id)
Parameters
Type Name Description
int id
Returns
Type Description
ProfilePropertyDefinition

GetByName(string)

Declaration
public ProfilePropertyDefinition GetByName(string name)
Parameters
Type Name Description
string name
Returns
Type Description
ProfilePropertyDefinition

Sort()

Declaration
public void Sort()

Implements

IList
ICollection
IList<T>
ICollection<T>
IEnumerable<T>
IEnumerable

Extension Methods

CollectionExtensions.ForEach<TType>(IEnumerable<TType>, Action<TType>)
PagingExtensions.InPagesOf<T>(IEnumerable<T>, int)
PagingExtensions.ToPagedList<T>(IEnumerable<T>, int, int)
EnumerableExtensions.ToDataTable(IEnumerable<dynamic>)
JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS