Specifies the way the data bound properties are interpreted.
Namespace: MindFusion.Scheduling.DataBinding
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public enum PropertyType |
Visual Basic
![]() |
---|
Public Enum PropertyType |
Member name | Description | |
---|---|---|
![]() |
Collection |
A collection property contains references to objects in another data-bound collection. |
![]() |
ManyToMany |
Specifies a collection of records that is retrieved through an intermediate table that defines a many-to-many relation. |
![]() |
ManyToOne |
The property is a foreign key identifying a record in a related table. |
![]() |
Reference |
A reference property is one that refers to an object in another data-bound collection. |
![]() |
Value |
A simple value property. |