[This is preliminary documentation and is subject to change.]
Contains all the information for reading and writing a single Simis format.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ImmutableAttribute] public class SimisFormat
<ImmutableAttribute> _ Public Class SimisFormat
[ImmutableAttribute] public ref class SimisFormat
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
SimisFormat(BnfFile) |
Constructs a SimisFormat from a BnfFile.
| |
Bnf |
The Bnf used for verification during reading and writing of this format.
| |
Equals(Object) | (Inherited from Object.) | |
Extension |
The file extension (e.g. "dat") or filename (e.g. "tsection.dat") to which this format applies.
| |
FieldGetter(String, String, Object%) | (Inherited from Object.) | |
FieldSetter(String, String, Object) | (Inherited from Object.) | |
Finalize()()()() | (Inherited from Object.) | |
Format |
The Simis stream format (e.g. "a1") for this Simis format.
| |
GetFieldInfo(String, String) | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
MemberwiseClone()()()() | (Inherited from Object.) | |
Name |
A human-readable string for identifying the format.
| |
Roots |
A list of all the root productions in the BNF for parsing.
| |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
SimisFormat |