Class OrganizationUrl
- Namespace
- InSite.Domain.Organizations
- Assembly
- Shift.Sdk.dll
public class OrganizationUrl
- Inheritance
-
OrganizationUrl
- Inherited Members
-
- Extension Methods
-
Constructors
OrganizationUrl()
Properties
Facebook
public string Facebook { get; set; }
Property Value
- string
Instagram
public string Instagram { get; set; }
Property Value
- string
IsEmpty
public bool IsEmpty { get; }
Property Value
- bool
LinkedIn
public string LinkedIn { get; set; }
Property Value
- string
Other
public string Other { get; set; }
Property Value
- string
Twitter
public string Twitter { get; set; }
Property Value
- string
WebSite
public string WebSite { get; set; }
Property Value
- string
YouTube
public string YouTube { get; set; }
Property Value
- string
Methods
IsEqual(OrganizationUrl)
public bool IsEqual(OrganizationUrl other)
Parameters
other OrganizationUrl
Returns
- bool
ShouldSerializeFacebook()
public bool ShouldSerializeFacebook()
Returns
- bool
ShouldSerializeInstagram()
public bool ShouldSerializeInstagram()
Returns
- bool
ShouldSerializeLinkedIn()
public bool ShouldSerializeLinkedIn()
Returns
- bool
ShouldSerializeOther()
public bool ShouldSerializeOther()
Returns
- bool
ShouldSerializeTwitter()
public bool ShouldSerializeTwitter()
Returns
- bool
ShouldSerializeWebSite()
public bool ShouldSerializeWebSite()
Returns
- bool
ShouldSerializeYouTube()
public bool ShouldSerializeYouTube()
Returns
- bool