C# 클래스 EmTrac2SF.ADInformation

파일 보기 프로젝트 열기: fmendes/SalesForceCSharpAPI

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ADInformation ( string strUserId ) : System
ADInformation ( string strLastName, string strFirstName ) : System
GetADInformation ( ) : bool

메소드 상세

ADInformation() 공개 메소드

public ADInformation ( string strUserId ) : System
strUserId string
리턴 System

ADInformation() 공개 메소드

public ADInformation ( string strLastName, string strFirstName ) : System
strLastName string
strFirstName string
리턴 System

GetADInformation() 공개 메소드

public GetADInformation ( ) : bool
리턴 bool

프로퍼티 상세

Active 공개적으로 프로퍼티

public bool Active
리턴 bool

Found 공개적으로 프로퍼티

public bool Found
리턴 bool

SAMAccountName 공개적으로 프로퍼티

public string SAMAccountName
리턴 string

TelephoneNumber 공개적으로 프로퍼티

public string TelephoneNumber
리턴 string

company 공개적으로 프로퍼티

public string company
리턴 string

department 공개적으로 프로퍼티

public string department
리턴 string

displayName 공개적으로 프로퍼티

public string displayName
리턴 string

givenName 공개적으로 프로퍼티

public string givenName
리턴 string

mail 공개적으로 프로퍼티

public string mail
리턴 string

physicalDeliveryOfficeName 공개적으로 프로퍼티

public string physicalDeliveryOfficeName
리턴 string

sn 공개적으로 프로퍼티

public string sn
리턴 string

title 공개적으로 프로퍼티

public string title
리턴 string

userAccountControl 공개적으로 프로퍼티

public string userAccountControl
리턴 string