A container about user information
Namespace:
Contracts.Data
Assembly: Contracts (in Contracts.dll)
Top
Top
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.
| Name | Description | |
|---|---|---|
|
Equals(object) | Determines whether the specified object is equal to the current object. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
|
GetHashCode() | Serves as the default hash function. |
|
GetType | Gets the Type of the current instance. (inherited from Object). |
|
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
|
ToString() | Get a string representation of the user |
| Name | Description | |
|---|---|---|
|
attributes | Get any attributes, if requested - otherwise will be null |
|
contact_info | The contact information |
|
is_custom_login | Is this a custom login? EG - does it have a password? |
|
is_job_creator | Is this a job creator? |
|
is_locked | Is it locked due to retrying incorrect password too many times |
|
is_sys_admin | Are we a system admin? |
|
personal_project_id | The id of a personal job, if they have one |
|
windows_identity | the windows identity |
Contracts.Data.UserInfo