Show / Hide Table of Contents

Class CredentialUser

Information about a users credentials in a foregin system that can be bound to a SuperOffice user (i.e. associate)

Carrier object for CredentialUser. Services for the CredentialUser Carrier is available from the User Agent.
Inheritance
object
CredentialUser
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.2.0.0")]
public class CredentialUser : Carrier

Constructors

CredentialUser()

Default constructor

Declaration
public CredentialUser()
See Also
IUserAgent

Properties

CanCreatePerson

Information about a users credentials in a foregin system that can be bound to a SuperOffice user (i.e. associate)

Carrier object for CredentialUser. Services for the CredentialUser Carrier is available from the User Agent.
Declaration
[DataMember]
public virtual bool CanCreatePerson { get; set; }
Property Value
Type Description
bool
See Also
IUserAgent

Columns

Columns, matching CredentialUsers.Headings

Declaration
[DataMember]
public virtual string[] Columns { get; set; }
Property Value
Type Description
string[]
See Also
IUserAgent

DisplayValue

Display value of the user. This value needs to be applied to the Credential.DisplayValue field.

Declaration
[DataMember]
public virtual string DisplayValue { get; set; }
Property Value
Type Description
string
See Also
IUserAgent

Value

Identification of user in the foreign system. This value needs to be applied to the Credential.Value field

Declaration
[DataMember]
public virtual string Value { get; set; }
Property Value
Type Description
string
See Also
IUserAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
IUserAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IUserAgent

See Also

IUserAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top