C# Class Saleslogix.Social.Mashups.Processors.LinkedinProcessor

Inheritance: InputProcessorBase
ファイルを表示 Open project: Saleslogix/SLXSocial

Private Properties

Property Type Description
AddAuthentication string
ExecuteBusinessProfileSearch IEnumerable
ExecuteCompanySearch IEnumerable
ExecuteCompanySharesSearch IEnumerable
ExecutePeopleSearch IEnumerable
ExecuteProfileSearch IEnumerable
ExecuteSocialSearch IEnumerable
GetWebClient System.Net.WebClient
ParseUpdateNode IRecord

Protected Methods

Method Description
OnProcessRecord ( IRecord record, object>.IDictionary runtimeParams ) : IEnumerable

Private Methods

Method Description
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

Method Details

OnProcessRecord() protected method

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