Space Engineers
Properties | List of all members
ProtoBuf.Meta.TypeFormatEventArgs Class Reference

Event arguments needed to perform type-formatting functions; this could be resolving a Type to a string suitable for serialization, or could be requesting a Type from a string. If no changes are made, a default implementation will be used (from the assembly-qualified names). More...

Inheritance diagram for ProtoBuf.Meta.TypeFormatEventArgs:

Properties

Type Type [get, set]
 The type involved in this map; if this is initially null, a Type is expected to be provided for the string in FormattedName. More...
 
string FormattedName [get, set]
 The formatted-name involved in this map; if this is initially null, a formatted-name is expected from the type in Type. More...
 

Detailed Description

Event arguments needed to perform type-formatting functions; this could be resolving a Type to a string suitable for serialization, or could be requesting a Type from a string. If no changes are made, a default implementation will be used (from the assembly-qualified names).

Definition at line 10 of file TypeFormatEventArgs.cs.

Property Documentation

string ProtoBuf.Meta.TypeFormatEventArgs.FormattedName
getset

The formatted-name involved in this map; if this is initially null, a formatted-name is expected from the type in Type.

Definition at line 34 of file TypeFormatEventArgs.cs.

Type ProtoBuf.Meta.TypeFormatEventArgs.Type
getset

The type involved in this map; if this is initially null, a Type is expected to be provided for the string in FormattedName.

Definition at line 19 of file TypeFormatEventArgs.cs.


The documentation for this class was generated from the following file: