Class FolderUsers.SecurityRoleCollection
Represents the serializable collection of security role identifiers.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Alerts
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[CollectionDataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02", ItemName = "RoleId")]
[SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible")]
public class FolderUsers.SecurityRoleCollection : Collection<int>, IList<int>, ICollection<int>, IList, ICollection, IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IEnumerable
Constructors
SecurityRoleCollection()
Declaration
public SecurityRoleCollection()