Class FolderUsers.SecurityRoleCollection
Represents the serializable collection of security role identifiers.
Implements
Inherited Members
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<System.Int32>.System.Collections.IList.set_Item(System.Int32, System.Object)
Namespace: Nevatech.Vsb.Repository.Alerts
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public class SecurityRoleCollection : Collection<int>, IList<int>, ICollection<int>, IList, ICollection, IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable
Constructors
SecurityRoleCollection()
Declaration
public SecurityRoleCollection()