Show / Hide Table of Contents

Class User

Represents a user.

Inheritance
System.Object
User
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class User : IXmlSerializable

Properties

AccountCreated

Gets or sets the account created timestamp.

Declaration
public DateTime AccountCreated { get; set; }
Property Value
System.DateTime

BlocksReceived

Gets or sets the blocks recieved.

Declaration
public Block[] BlocksReceived { get; set; }
Property Value
Block[]

ChangeSetCount

Gets or sets the changeset count.

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

ContributorTermsAgreed

Gets or sets the contributor terms agreed flag.

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

ContributorTermsPublicDomain

Gets or sets the contributor terms public domain.

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

Description

Gets or sets the description.

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

DisplayName

Gets or sets the display name.

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

Home

Gets or sets the home location.

Declaration
public Home Home { get; set; }
Property Value
Home

Id

Gets or sets the id.

Declaration
public long Id { get; set; }
Property Value
System.Int64

Image

Gets or sets the image.

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

Languages

Gets or sets the user's languages

Declaration
public string[] Languages { get; set; }
Property Value
System.String[]

Messages

Gets or sets the messages.

Declaration
public Messages Messages { get; set; }
Property Value
Messages

Roles

Gets or sets the roles array.

Declaration
public Role[] Roles { get; set; }
Property Value
Role[]

TraceCount

Gets or sets the tracecount.

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

Back to top Built by Itinero, MIT licensed.