Class CommonUserSettings
Inheritance
System.Object
CommonUserSettings
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: Virinco.WATS.Interface.MES.dll
Syntax
public class CommonUserSettings
Properties
CultureCode
Declaration
public string CultureCode { get; set; }
Property Value
Type |
Description |
System.String |
|
DefaultFromDate
Declaration
public TimeSpan DefaultFromDate { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
DefaultFromDateTicks
Declaration
public long DefaultFromDateTicks { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
DOB
Declaration
public DateTime DOB { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Email
This is only a getter. MemberShipUser stores the value
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
FullName
Declaration
public string FullName { get; set; }
Property Value
Type |
Description |
System.String |
|
Levels
Declaration
public string[] Levels { get; set; }
Property Value
Type |
Description |
System.String[] |
|
ProductGroups
Declaration
public string[] ProductGroups { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Roles
This is only a getter. RoleProvider stores the value
Declaration
public string[] Roles { get; set; }
Property Value
Type |
Description |
System.String[] |
|
SNH_DefaultReportStyle
Declaration
public int SNH_DefaultReportStyle { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UUT_ChartHeight
Declaration
public int UUT_ChartHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UUT_ChartWidth
Declaration
public int UUT_ChartWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UUT_DefaultReportStyle
Declaration
public int UUT_DefaultReportStyle { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UUT_DisplayLegend
Declaration
public bool UUT_DisplayLegend { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UUT_DisplayPlotIcon
Declaration
public bool UUT_DisplayPlotIcon { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UUT_DisplayStepTime
Declaration
public bool UUT_DisplayStepTime { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UUT_HorizontalGridlines
Declaration
public bool UUT_HorizontalGridlines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UUT_LineThickness
Declaration
public int UUT_LineThickness { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UUT_VerticalGridlines
Declaration
public bool UUT_VerticalGridlines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|