C# 클래스 PineCone.Structures.Schemas.StructureType

상속: IStructureType
파일 보기 프로젝트 열기: danielwertheim/PineCone

공개 메소드들

메소드 설명
StructureType ( Type type, IStructureProperty idProperty = null, IStructureProperty concurrencyTokenProperty = null, IStructureProperty timeStampProperty = null, IStructureProperty indexableProperties = null, IStructureProperty containedStructureProperties = null ) : System

메소드 상세

StructureType() 공개 메소드

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
리턴 System