EntityMakeSerializable Method |
Make an entity type serializable.
Namespace:
GeonBit.UI.Entities
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void MakeSerializable(
Type type
)
Parameters
- type
- Type: SystemType
Entity type to make serializable.
See Also