Class UserContextItem
Inheritance
System.Object
UserContextItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core.Process
Assembly: Terrasoft.Core.dll
Syntax
public class UserContextItem
Constructors
UserContextItem()
Declaration
public UserContextItem()
Properties
ClientUnitSchemaUId
Declaration
public Guid ClientUnitSchemaUId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
Id
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |