C# Class EmTrac2SF.ADInformation

Afficher le fichier Open project: fmendes/SalesForceCSharpAPI

Méthodes publiques

Свойство Type Description
Active bool
Found bool
SAMAccountName string
TelephoneNumber string
company string
department string
displayName string
givenName string
mail string
physicalDeliveryOfficeName string
sn string
title string
userAccountControl string

Méthodes publiques

Méthode Description
ADInformation ( string strUserId ) : System
ADInformation ( string strLastName, string strFirstName ) : System
GetADInformation ( ) : bool

Method Details

ADInformation() public méthode

public ADInformation ( string strUserId ) : System
strUserId string
Résultat System

ADInformation() public méthode

public ADInformation ( string strLastName, string strFirstName ) : System
strLastName string
strFirstName string
Résultat System

GetADInformation() public méthode

public GetADInformation ( ) : bool
Résultat bool

Property Details

Active public_oe property

public bool Active
Résultat bool

Found public_oe property

public bool Found
Résultat bool

SAMAccountName public_oe property

public string SAMAccountName
Résultat string

TelephoneNumber public_oe property

public string TelephoneNumber
Résultat string

company public_oe property

public string company
Résultat string

department public_oe property

public string department
Résultat string

displayName public_oe property

public string displayName
Résultat string

givenName public_oe property

public string givenName
Résultat string

mail public_oe property

public string mail
Résultat string

physicalDeliveryOfficeName public_oe property

public string physicalDeliveryOfficeName
Résultat string

sn public_oe property

public string sn
Résultat string

title public_oe property

public string title
Résultat string

userAccountControl public_oe property

public string userAccountControl
Résultat string