Class Property
Inheritance
System.Object
Property
Implements
System.Runtime.Serialization.IExtensibleDataObject
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class Property : ModelBase, IExtensibleDataObject, IProperty
Constructors
Property()
Declaration
Fields
Empty
Declaration
public static readonly Property Empty
Field Value
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