Show / Hide Table of Contents

Class Page

Inheritance
System.Object
ModelBase
Page
Implements
System.Runtime.Serialization.IExtensibleDataObject
IPage
Inherited Members
ModelBase.ExtensionData
Namespace: MAT.Atlas.Automation.Api.Models
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class Page : ModelBase, IExtensibleDataObject, IPage

Constructors

Page()

Declaration
public Page()

Fields

Empty

Declaration
public static readonly Page Empty
Field Value
Type Description
Page

Properties

Id

Declaration
public ObjectId Id { get; set; }
Property Value
Type Description
ObjectId

IsLockedToCurrentAssociation

Declaration
public bool IsLockedToCurrentAssociation { get; set; }
Property Value
Type Description
System.Boolean

SetId

Declaration
public ObjectId SetId { get; set; }
Property Value
Type Description
ObjectId

TabColor

Declaration
public Color TabColor { get; set; }
Property Value
Type Description
Color

Title

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

Implements

System.Runtime.Serialization.IExtensibleDataObject
IPage
In This Article
Back to top Generated by DocFX