Show / Hide Table of Contents

Class UserCredentialList

List of users.

Inheritance
Object
UserCredentialList
Namespace: SuperOffice.CRM.Administration
Assembly: SoDataBase.dll
Syntax
public class UserCredentialList : Object

Constructors

UserCredentialList()

List of users.

Declaration
public UserCredentialList()

Properties

Headings

Headings to be displayed in the list of user.

Declaration
public string[] Headings { get; set; }
Property Value
Type Description
String[]

Users

Actual list of users.

Declaration
public UserCredentialInfo[] Users { get; set; }
Property Value
Type Description
UserCredentialInfo[]

Extension Methods

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