C# 클래스 Saleslogix.Social.Mashups.Processors.LinkedinProcessor

상속: InputProcessorBase
파일 보기 프로젝트 열기: Saleslogix/SLXSocial

Private Properties

프로퍼티 타입 설명
AddAuthentication string
ExecuteBusinessProfileSearch IEnumerable
ExecuteCompanySearch IEnumerable
ExecuteCompanySharesSearch IEnumerable
ExecutePeopleSearch IEnumerable
ExecuteProfileSearch IEnumerable
ExecuteSocialSearch IEnumerable
GetWebClient System.Net.WebClient
ParseUpdateNode IRecord

보호된 메소드들

메소드 설명
OnProcessRecord ( IRecord record, object>.IDictionary runtimeParams ) : IEnumerable

비공개 메소드들

메소드 설명
AddAuthentication ( string url, AuthenticationData auth ) : string
ExecuteBusinessProfileSearch ( AuthenticationData auth, object>.IDictionary runtimeParams ) : IEnumerable
ExecuteCompanySearch ( AuthenticationData auth, object>.IDictionary runtimeParams ) : IEnumerable
ExecuteCompanySharesSearch ( AuthenticationData auth, object>.IDictionary runtimeParams ) : IEnumerable
ExecutePeopleSearch ( AuthenticationData auth, object>.IDictionary runtimeParams ) : IEnumerable
ExecuteProfileSearch ( AuthenticationData auth, object>.IDictionary runtimeParams ) : IEnumerable
ExecuteSocialSearch ( AuthenticationData auth, object>.IDictionary runtimeParams ) : IEnumerable
GetWebClient ( ) : WebClient
ParseUpdateNode ( System.Xml.Linq.XElement update ) : IRecord

메소드 상세

OnProcessRecord() 보호된 메소드

protected OnProcessRecord ( IRecord record, object>.IDictionary runtimeParams ) : IEnumerable
record IRecord
runtimeParams object>.IDictionary
리턴 IEnumerable