Search Results for

    Show / Hide Table of Contents

    Class YammerUser

    Represents YammerUser Generated based on Yammer response on 30th of June 2014 and using http://json2csharp.com/ service

    Inheritance
    System.Object
    YammerUser
    Namespace: PnP.Framework.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class YammerUser : object

    Properties

    activated_at

    Represents yammer user activated information

    Declaration
    public string activated_at { get; set; }
    Property Value
    System.String

    admin

    Represents yammer user admin

    Declaration
    public string admin { get; set; }
    Property Value
    System.String

    birth_date

    Represents yammer user birth date

    Declaration
    public string birth_date { get; set; }
    Property Value
    System.String

    can_broadcast

    Represents yammer user broadcast details

    Declaration
    public string can_broadcast { get; set; }
    Property Value
    System.String

    contact

    Represents yammer user contact details

    Declaration
    public YammerUserContact contact { get; set; }
    Property Value
    YammerUserContact

    department

    Represents yammer user department

    Declaration
    public string department { get; set; }
    Property Value
    System.String

    expertise

    Represents yammer user expertise

    Declaration
    public object expertise { get; set; }
    Property Value
    System.Object

    external_urls

    Represents yammer user list of external urls

    Declaration
    public IList<object> external_urls { get; set; }
    Property Value
    IList<System.Object>

    first_name

    Represents yammer user first name

    Declaration
    public string first_name { get; set; }
    Property Value
    System.String

    follow_general_messages

    Represents yammer user follows general messages or not

    Declaration
    public bool follow_general_messages { get; set; }
    Property Value
    System.Boolean

    full_name

    Represents yammer user full name

    Declaration
    public string full_name { get; set; }
    Property Value
    System.String

    guid

    Represents yammer user Guid

    Declaration
    public object guid { get; set; }
    Property Value
    System.Object

    hire_date

    Represents yammer user hire date

    Declaration
    public object hire_date { get; set; }
    Property Value
    System.Object

    id

    Represents yammer user id

    Declaration
    public int id { get; set; }
    Property Value
    System.Int32

    interests

    Represents yammer user interests

    Declaration
    public object interests { get; set; }
    Property Value
    System.Object

    job_title

    Represents yammer user job title

    Declaration
    public string job_title { get; set; }
    Property Value
    System.String

    kids_names

    Represents yammer user kids names

    Declaration
    public object kids_names { get; set; }
    Property Value
    System.Object

    last_name

    Represents yammer user last name

    Declaration
    public string last_name { get; set; }
    Property Value
    System.String

    location

    Represents yammer user location

    Declaration
    public object location { get; set; }
    Property Value
    System.Object

    mugshot_url

    Represents yammer user mugshot url

    Declaration
    public string mugshot_url { get; set; }
    Property Value
    System.String

    mugshot_url_template

    Represents yammer user mugshot url template

    Declaration
    public string mugshot_url_template { get; set; }
    Property Value
    System.String

    name

    Represents yammer user name

    Declaration
    public string name { get; set; }
    Property Value
    System.String

    network_domains

    Represents yammer user list of network domains

    Declaration
    public IList<string> network_domains { get; set; }
    Property Value
    IList<System.String>

    network_id

    Represents yammer user network id

    Declaration
    public int network_id { get; set; }
    Property Value
    System.Int32

    network_name

    Represents yammer user network name

    Declaration
    public string network_name { get; set; }
    Property Value
    System.String

    previous_companies

    Represents yammer user list of previous companies

    Declaration
    public IList<object> previous_companies { get; set; }
    Property Value
    IList<System.Object>

    schools

    Represents yammer user list of schools

    Declaration
    public IList<object> schools { get; set; }
    Property Value
    IList<System.Object>

    settings

    Represents yammer user settings information

    Declaration
    public YammerUserSettings settings { get; set; }
    Property Value
    YammerUserSettings

    show_ask_for_photo

    Represents yammer user preferred show ask for photo option or not

    Declaration
    public bool show_ask_for_photo { get; set; }
    Property Value
    System.Boolean

    significant_other

    Represents yammer user other significant

    Declaration
    public object significant_other { get; set; }
    Property Value
    System.Object

    state

    Represents yammer user state

    Declaration
    public string state { get; set; }
    Property Value
    System.String

    stats

    Represents yammer user statistics information

    Declaration
    public YammerUserStats stats { get; set; }
    Property Value
    YammerUserStats

    summary

    Represents yammer user summary

    Declaration
    public object summary { get; set; }
    Property Value
    System.Object

    timezone

    Represents yammer user time zone

    Declaration
    public string timezone { get; set; }
    Property Value
    System.String

    type

    Represents yammer user type

    Declaration
    public string type { get; set; }
    Property Value
    System.String

    url

    Represents yammer user url

    Declaration
    public string url { get; set; }
    Property Value
    System.String

    verified_admin

    Represents yammer user verified admin

    Declaration
    public string verified_admin { get; set; }
    Property Value
    System.String

    web_oauth_access_token

    Represents yammer user web auth access token

    Declaration
    public string web_oauth_access_token { get; set; }
    Property Value
    System.String

    web_preferences

    Represents yammer user web preference information

    Declaration
    public YammerUserWebPreferences web_preferences { get; set; }
    Property Value
    YammerUserWebPreferences

    web_url

    Represents yammer user web url

    Declaration
    public string web_url { get; set; }
    Property Value
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer