Show / Hide Table of Contents

Class Set

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

Constructors

Set()

Declaration
public Set()

Fields

Empty

Declaration
public static readonly Set Empty
Field Value
Type Description
Set

Properties

DisplayName

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

Id

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

Name

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

Number

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

Parameters

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

Sessions

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

Implements

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