Show / Hide Table of Contents

Class UserCredentialGroup

Information about a user group or organizational unit.

Inheritance
object
UserCredentialGroup
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Administration
Assembly: SoDataBase.dll
Syntax
public class UserCredentialGroup

Constructors

UserCredentialGroup()

Information about a user group or organizational unit.

Declaration
public UserCredentialGroup()

Properties

DisplayName

Name of the group to show to end users.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

Name

Name (key) as used to identify the group.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Methods

ToString()

Information about a user group or organizational unit.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top