C# Class VelocityDbSchema.NUnit.BaseRecord

Inheritance: OptimizedPersistable
Afficher le fichier Open project: VelocityDB/VelocityDB

Méthodes publiques

Méthode Description
BaseRecord ( string recordType, bool isRecordDefinition, WeakIOptimizedPersistableReference recordDefinition ) : System

Creates an instance and makes sure properties are defaulted correctly.

Method Details

BaseRecord() public méthode

Creates an instance and makes sure properties are defaulted correctly.
public BaseRecord ( string recordType, bool isRecordDefinition, WeakIOptimizedPersistableReference recordDefinition ) : System
recordType string Type of the record.
isRecordDefinition bool if set to true [is record definition].
recordDefinition WeakIOptimizedPersistableReference The record definition.
Résultat System