Show / Hide Table of Contents

Class PageView

Describes a view defined through the JobTracker application.

Inheritance
System.Object
JTObject
PageView
Inherited Members
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: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class PageView : JTObject

Properties

Page

Identifies the page the view belongs to.

Declaration
public PageView.Page_Enum Page { get; }
Property Value
Type Description
PageView.Page_Enum

PageViewId

Identifies the page view.

Declaration
public int PageViewId { get; }
Property Value
Type Description
System.Int32

PageViewName

Name of the page view.

Declaration
public string PageViewName { get; }
Property Value
Type Description
System.String

PageViewType

Identifies the type of page view.

Declaration
public PageView.PageViewType_Enum PageViewType { get; }
Property Value
Type Description
PageView.PageViewType_Enum

Methods

ToString()

Returns a string representation of this page view (specifically the PageViewName property is used).

Declaration
public override string ToString()
Returns
Type Description
System.String

The PageViewName

Overrides
System.Object.ToString()
Back to top Generated by DocFX