Show / Hide Table of Contents

Class ProvidedCredential

Summary description for ProvidedCredential.

Inheritance
object
ProvidedCredential
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.2.0.0")]
public class ProvidedCredential

Constructors

ProvidedCredential()

Summary description for ProvidedCredential.

Declaration
public ProvidedCredential()

Fields

CredentialId

The credential row that allowed us access

Declaration
[DataMember]
public int CredentialId
Field Value
Type Description
int

DisplayName

The display name used in display fields

Declaration
[DataMember]
public string DisplayName
Field Value
Type Description
string

SearchName

The search name used for looking up

Declaration
[DataMember]
public string SearchName
Field Value
Type Description
string

Type

The type of credential. This will reflect the value in Credential.Type

Declaration
[DataMember]
public string Type
Field Value
Type Description
string

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