Show / Hide Table of Contents

Class UserProfile

Currently used for the FloAR Apps mainly. Will be obsoleted once FloAr modules are updated onto the current EMS instance.

Inheritance
System.Object
UserProfile
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.AccountAndAuthentication
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class UserProfile

Fields

View Source

FirstName

Declaration
public string FirstName
Field Value
Type Description
System.String
View Source

LastName

Declaration
public string LastName
Field Value
Type Description
System.String
View Source

UserProfileId

Declaration
public long UserProfileId
Field Value
Type Description
System.Int64

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX