BuildMaster SDK Reference
Version:

BasicUserInfo Class

Represents a standard user in a directory.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Extensibility.UserDirectories.BasicUserInfo

Syntax

public class BasicUserInfo : IUserDirectoryUser, IUserDirectoryPrincipal, IEquatable<IUserDirectoryPrincipal>, IEquatable<IUserDirectoryUser>, IEquatable<BasicUserInfo>

Properties

Name Description
DisplayName

Gets the friendly display name of the user.

EmailAddress

Gets the user's email address.

Name

Gets the login name of the user.

Methods

Name Description
Equals(BasicUserInfo other)

Returns a value indicating whether this user is equivalent to the specified other user.

Equals(object obj)

Returns a value indicating whether this user is equivalent to the specified other user.

GetHashCode

Returns the hash code for the instance.

IsMemberOfGroup(string groupName)

Returns a value indicating whether this user is a member of the specified group.

ToString

Returns the user name.