C# Class GSoft.Dynamite.ValueTypes.PrincipalValue

A SharePoint principal.
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Private Properties

Свойство Type Description
PrincipalValue System

Méthodes publiques

Méthode Description
PrincipalValue ( int principalId ) : System

Initializes a new instance of the PrincipalValue class.

Private Methods

Méthode Description
PrincipalValue ( SPPrincipal principal ) : System

Initializes a new instance of the PrincipalValue class.

Method Details

PrincipalValue() public méthode

Initializes a new instance of the PrincipalValue class.
public PrincipalValue ( int principalId ) : System
principalId int The principal id.
Résultat System