Class ProfileObject
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public sealed class ProfileObject : BaseLinkedData
- Inheritance
-
ProfileObject
- Inherited Members
-
- Extension Methods
-
Constructors
ProfileObject(string, ProfileType)
public ProfileObject(string id, ProfileType type)
Parameters
id string
type ProfileType
Properties
Description
public string Description { get; set; }
Property Value
- string
Email
public string Email { get; set; }
Property Value
- string
Image
public Uri Image { get; set; }
Property Value
- Uri
Name
public string Name { get; set; }
Property Value
- string
Telephone
public string Telephone { get; set; }
Property Value
- string
Url
public Uri Url { get; set; }
Property Value
- Uri
Methods
LoadLinkedObjects()
protected override void LoadLinkedObjects()
Verify()
public override void Verify()
VerifyObject()
public override void VerifyObject()