C# Class PineCone.Structures.Schemas.StructureType

Inheritance: IStructureType
Afficher le fichier Open project: danielwertheim/PineCone

Méthodes publiques

Méthode Description
StructureType ( Type type, IStructureProperty idProperty = null, IStructureProperty concurrencyTokenProperty = null, IStructureProperty timeStampProperty = null, IStructureProperty indexableProperties = null, IStructureProperty containedStructureProperties = null ) : System

Method Details

StructureType() public méthode

public StructureType ( Type type, IStructureProperty idProperty = null, IStructureProperty concurrencyTokenProperty = null, IStructureProperty timeStampProperty = null, IStructureProperty indexableProperties = null, IStructureProperty containedStructureProperties = null ) : System
type System.Type
idProperty IStructureProperty
concurrencyTokenProperty IStructureProperty
timeStampProperty IStructureProperty
indexableProperties IStructureProperty
containedStructureProperties IStructureProperty
Résultat System