Class SerializableRuleInfo
Class used to serialize rule info
Namespace: Unity.Industrial.Forma.Core.Ruling
Syntax
public class SerializableRuleInfo : object
Properties
description
The rule description
Declaration
public string description { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
name
The rule name
Declaration
public string name { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
tags
The rule tags
Declaration
public List<string> tags { get; set; }
Property Value
| Type | Description |
|---|---|
| List<String> |