C# Class VelocityDbSchema.NUnit.BaseRecord

Inheritance: OptimizedPersistable
显示文件 Open project: VelocityDB/VelocityDB

Public Methods

Method Description
BaseRecord ( string recordType, bool isRecordDefinition, WeakIOptimizedPersistableReference recordDefinition ) : System

Creates an instance and makes sure properties are defaulted correctly.

Method Details

BaseRecord() public method

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.
return System