Interface IPage
Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IPage
Properties
Id
Declaration
ObjectId Id { get; set; }
Property Value
Type | Description |
---|---|
ObjectId |
IsLockedToCurrentAssociation
Declaration
bool IsLockedToCurrentAssociation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SetId
Declaration
ObjectId SetId { get; set; }
Property Value
Type | Description |
---|---|
ObjectId |
TabColor
Declaration
Color TabColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Title
Declaration
string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |