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

Inheritance: InputProcessorBase
Afficher le fichier Open project: Saleslogix/SLXSocial

Private Properties

Свойство Type Description
AddAuthentication string
ExecuteBusinessProfileSearch IEnumerable
ExecuteCompanySearch IEnumerable
ExecuteCompanySharesSearch IEnumerable
ExecutePeopleSearch IEnumerable
ExecuteProfileSearch IEnumerable
ExecuteSocialSearch IEnumerable
GetWebClient System.Net.WebClient
ParseUpdateNode IRecord

Méthodes protégées

Méthode Description
OnProcessRecord ( IRecord record, object>.IDictionary runtimeParams ) : IEnumerable

Private Methods

Méthode 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 méthode

protected OnProcessRecord ( IRecord record, object>.IDictionary runtimeParams ) : IEnumerable
record IRecord
runtimeParams object>.IDictionary
Résultat IEnumerable