Class CreateEmployeeSetup
Inheritance
System.Object
CreateEmployeeSetup
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()
Assembly: FChoice.Toolkits.Clarify.dll
public class CreateEmployeeSetup
Constructors
Declaration
[ConstructorIndex(0)]
public CreateEmployeeSetup(string firstName, string lastName, string loginName, string password, string siteIDNum, string email, string onlinePrivilegeClass)
Parameters
Type |
Name |
Description |
System.String |
firstName |
|
System.String |
lastName |
|
System.String |
loginName |
|
System.String |
password |
|
System.String |
siteIDNum |
|
System.String |
email |
|
System.String |
onlinePrivilegeClass |
|
Properties
Declaration
[PropertyBitValue(1073741824)]
public AdditionalFields AdditionalFields { get; }
Property Value
Declaration
[PropertyBitValue(8388608)]
public string AfterBusinessHoursHigh { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(33554432)]
public string AfterBusinessHoursLow { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16777216)]
public string AfterBusinessHoursMed { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4096)]
public bool AllowProxy { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(268435456)]
public string DefaultTablespace { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(67108864)]
public string DefaultWipBinTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(32)]
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1024)]
public string EmployeeIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1)]
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2048)]
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(524288)]
public bool IsFieldEngineer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(262144)]
public bool IsSupervisor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(131072)]
public double LaborRate { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
[PropertyBitValue(2)]
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4)]
public string LoginName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1048576)]
public string NormalBusinessHoursHigh { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(4194304)]
public string NormalBusinessHoursLow { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2097152)]
public string NormalBusinessHoursMed { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(512)]
public string OfflinePrivilegeClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(256)]
public string OnlinePrivilegeClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(128)]
public string Pager { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(8)]
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(64)]
public string Phone { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(134217728)]
public string ResourceConfig { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(16)]
public string SiteIDNum { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(8192)]
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
[PropertyBitValue(16384)]
public string Supervisor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(536870912)]
public string TempTablespace { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool UseDatabaseLogins { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(32768)]
public string WorkGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(65536)]
public DateTime WorkGroupStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|