A container about user information

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

<DataContract()> _ 
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _ 
Public Class UserInfo 
Implements ISynergyEntity
This language is not supported or no code example is available.
[DataContract()] 
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public class UserInfo : ISynergyEntity
This language is not supported or no code example is available.
[DataContract()] 
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)] 
public ref class UserInfo : public ISynergyEntity^
This language is not supported or no code example is available.
public  
DataContract() 
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true) 
class UserInfo 
implements ISynergyEntity
This language is not supported or no code example is available.
Name Description
Public property ID Get the id of the user / contact
Public property Type
Public property id
Top
Name Description
Public method Equals(object) Determines whether the specified object is equal to the current object.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode() Serves as the default hash function.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString() Get a string representation of the user
Top
Name Description
Public field attributes Get any attributes, if requested - otherwise will be null
Public field contact_info The contact information
Public field is_custom_login Is this a custom login? EG - does it have a password?
Public field is_job_creator Is this a job creator?
Public field is_locked Is it locked due to retrying incorrect password too many times
Public field is_sys_admin Are we a system admin?
Public field personal_project_id The id of a personal job, if they have one
Public field windows_identity the windows identity
Top
Contracts.Data.UserInfo

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1