Class SocialInfo
Inheritance
System.Object
SocialInfo
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class SocialInfo : Object
Constructors
SocialInfo()
Declaration
Properties
AssociateId
Declaration
public int AssociateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Facebook
Declaration
public string Facebook { get; set; }
Property Value
Type |
Description |
System.String |
|
LinkedIn
Declaration
public string LinkedIn { get; set; }
Property Value
Type |
Description |
System.String |
|
Pinterest
Declaration
public string Pinterest { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Twitter { get; set; }
Property Value
Type |
Description |
System.String |
|
YouTube
Declaration
public string YouTube { get; set; }
Property Value
Type |
Description |
System.String |
|