C# Class PineCone.Structures.Schemas.StructureSchema

Inheritance: IStructureSchema
Exibir arquivo Open project: danielwertheim/PineCone Class Usage Examples

Public Methods

Method Description
StructureSchema ( IStructureType type, IIdAccessor idAccessor = null, IConcurrencyTokenAccessor concurrencyTokenAccessor = null, ITimeStampAccessor timeStampAccessor = null, ICollection indexAccessors = null ) : System.Collections.Generic

Method Details

StructureSchema() public method

public StructureSchema ( IStructureType type, IIdAccessor idAccessor = null, IConcurrencyTokenAccessor concurrencyTokenAccessor = null, ITimeStampAccessor timeStampAccessor = null, ICollection indexAccessors = null ) : System.Collections.Generic
type IStructureType
idAccessor IIdAccessor
concurrencyTokenAccessor IConcurrencyTokenAccessor
timeStampAccessor ITimeStampAccessor
indexAccessors ICollection
return System.Collections.Generic