Show / Hide Table of Contents

Class Property

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

Constructors

Property()

Declaration
public Property()

Fields

Empty

Declaration
public static readonly Property Empty
Field Value
Type Description
Property

Properties

Category

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

Description

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

DisplayName

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

IsReadOnly

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

Name

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

TypeAssemblyQualifiedName

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

Implements

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