C# Class EmTrac2SF.ADInformation

ファイルを表示 Open project: fmendes/SalesForceCSharpAPI

Public Properties

Property 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

Public Methods

Method Description
ADInformation ( string strUserId ) : System
ADInformation ( string strLastName, string strFirstName ) : System
GetADInformation ( ) : bool

Method Details

ADInformation() public method

public ADInformation ( string strUserId ) : System
strUserId string
return System

ADInformation() public method

public ADInformation ( string strLastName, string strFirstName ) : System
strLastName string
strFirstName string
return System

GetADInformation() public method

public GetADInformation ( ) : bool
return bool

Property Details

Active public_oe property

public bool Active
return bool

Found public_oe property

public bool Found
return bool

SAMAccountName public_oe property

public string SAMAccountName
return string

TelephoneNumber public_oe property

public string TelephoneNumber
return string

company public_oe property

public string company
return string

department public_oe property

public string department
return string

displayName public_oe property

public string displayName
return string

givenName public_oe property

public string givenName
return string

mail public_oe property

public string mail
return string

physicalDeliveryOfficeName public_oe property

public string physicalDeliveryOfficeName
return string

sn public_oe property

public string sn
return string

title public_oe property

public string title
return string

userAccountControl public_oe property

public string userAccountControl
return string