Search Results for

    Show / Hide Table of Contents

    Class User

    Domain Object that defines a User or group in the provisioning template

    Inheritance
    System.Object
    BaseModel
    User
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class User : BaseModel, IProvisioningTemplateDescendant

    Properties

    Name

    The User email Address or the group name.

    Declaration
    public string Name { get; set; }
    Property Value
    System.String

    Methods

    Equals(User)

    Compares User object based on Name

    Declaration
    public bool Equals(User other)
    Parameters
    User other

    User object

    Returns
    System.Boolean

    true if the User object is equal to the current object; otherwise, false.

    Equals(Object)

    Compares object with User

    Declaration
    public override bool Equals(object obj)
    Parameters
    System.Object obj

    Object that represents User

    Returns
    System.Boolean

    true if the current object is equal to the User

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    System.Int32

    Returns HashCode

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer