AssociationAttribute(String, String, String) Constructor
Initializes a new instance of the AssociationAttribute class with the specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value which specifies the member’s association name. This value is assigned to the AssociationAttribute.Name property. |
elementAssemblyName | String | A String value which specifies the name of the assembly where the type associated with the object at the opposite end of the association is declared. This value is assigned to the AssociationAttribute.AssemblyName property. |
elementTypeName | String | A String value which specifies the full name of the type that describes the object on the opposite end of the association. This value is assigned to the AssociationAttribute.ElementTypeName property. |