C# Class PineCone.Structures.Schemas.StructurePropertyInfo

Afficher le fichier Open project: danielwertheim/PineCone Class Usage Examples

Méthodes publiques

Свойство Type Description
DataType System.Type
Name string
Parent IStructureProperty
UniqueMode UniqueModes?

Méthodes publiques

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

Method Details

StructurePropertyInfo() public méthode

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

Property Details

DataType public_oe property

public Type,System DataType
Résultat System.Type

Name public_oe property

public string Name
Résultat string

Parent public_oe property

public IStructureProperty Parent
Résultat IStructureProperty

UniqueMode public_oe property

public UniqueModes? UniqueMode
Résultat UniqueModes?