コード例 #1
0
 public override string BuildServiceProfileUrl(ChannelProfile profile)
 {
     return String.Format("https://www.yammer.com/users/{0}", profile.SourceAddress.Address);
 }
コード例 #2
0
 public override string BuildServiceProfileUrl(ChannelProfile profile)
 {
     return profile.Url;
 }
コード例 #3
0
 public ChannelContact()
 {
     Person = new ChannelPerson();
     Profile = new ChannelProfile();
 }
コード例 #4
0
 public ChannelContact()
 {
     Person  = new ChannelPerson();
     Profile = new ChannelProfile();
 }
コード例 #5
0
 public override string BuildServiceProfileUrl(ChannelProfile profile)
 {
     return String.Format("http://www.twitter.com/{0}", profile.ScreenName);
 }