Show / Hide Table of Contents

Class SimpleTable

Minimal implementation of the IParseableTable interface.

Inheritance
Object
SimpleTable
Implements
IParseableTable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Mangrove.Parsing.Models
Assembly: Mangrove.Parsing.dll
Syntax
public class SimpleTable : IParseableTable

Constructors

View Source

SimpleTable(String, String, String, String[], String)

Declaration
public SimpleTable([PropertyMap("Name")] string name, [PropertyMap("Kind")] string kind = null, [PropertyMap("Extern")] string extern = null, [PropertyMap("Parents")] string[] parents = null, [PropertyMap("Connection")] string connection = null)
Parameters
Type Name Description
String name
String kind
String extern
String[] parents
String connection

Properties

View Source

Connection

Declaration
public string Connection { get; set; }
Property Value
Type Description
String
View Source

Extern

Declaration
public string Extern { get; set; }
Property Value
Type Description
String
View Source

Kind

Declaration
public string Kind { get; set; }
Property Value
Type Description
String
View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
String
View Source

Parents

Declaration
public IReadOnlyList<string> Parents { get; set; }
Property Value
Type Description
IReadOnlyList<String>

Implements

IParseableTable

Extension Methods

ObjectExtensions.EventId(Object)
  • View Source
Back to top Generated by DocFX