Class StudentAccountDynamicsProcessLogDetails
Inheritance
System.Object
StudentAccountDynamicsProcessLogDetails
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: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentAccountDynamicsProcessLogDetails
Constructors
StudentAccountDynamicsProcessLogDetails()
Declaration
public StudentAccountDynamicsProcessLogDetails()
Properties
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProcessDateTime
Declaration
public DateTime ProcessDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
WindowsUser
Declaration
public string WindowsUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Workstation
Declaration
public string Workstation { get; set; }
Property Value
Type | Description |
---|---|
System.String |