Show / Hide Table of Contents

Interface IProperty

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IProperty

Properties

Category

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

Description

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

DisplayName

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

IsReadOnly

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

Name

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

TypeAssemblyQualifiedName

Declaration
string TypeAssemblyQualifiedName { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX