C# Class PineCone.Structures.Schemas.StructurePropertyInfo

Show file Open project: danielwertheim/PineCone Class Usage Examples

Public Properties

Property Type Description
DataType System.Type
Name string
Parent IStructureProperty
UniqueMode UniqueModes?

Public Methods

Method Description
StructurePropertyInfo ( string name, Type dataType, IStructureProperty parent = null, UniqueModes uniqueMode = null ) : System

Method Details

StructurePropertyInfo() public method

public StructurePropertyInfo ( string name, Type dataType, IStructureProperty parent = null, UniqueModes uniqueMode = null ) : System
name string
dataType System.Type
parent IStructureProperty
uniqueMode UniqueModes
return System

Property Details

DataType public property

public Type,System DataType
return System.Type

Name public property

public string Name
return string

Parent public property

public IStructureProperty Parent
return IStructureProperty

UniqueMode public property

public UniqueModes? UniqueMode
return UniqueModes?