Show / Hide Table of Contents

Class IRosterPrincipalExtensions

Roster principal interface extensions.

Inheritance
object
IRosterPrincipalExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.GNS.Roster.Service
Assembly: Microsoft.GNS.Roster.Service.dll
Syntax
public static class IRosterPrincipalExtensions

Methods

View Source

GetPermissionCheckOrder(IRosterPrincipal)

Gets the value of the Microsoft.GNS.Roster.Internal.PermissionCheckOrderAttribute.

Declaration
public static int GetPermissionCheckOrder(this IRosterPrincipal rp)
Parameters
Type Name Description
IRosterPrincipal rp

The IRosterPrincipal to check.

Returns
Type Description
int

An integer value representing the check order.

  • View Source
In this article
Back to top Generated by DocFX