Back to Devexpress

AssociationAttribute Constructors

xpo-devexpress-dot-xpo-dot-associationattribute-dot-ctor.md

latest1.7 KB
Original Source

AssociationAttribute Constructors

Identifies the end of an association that is involved in an object relationship.

NameParametersDescription
AssociationAttribute()noneInitializes a new instance of the AssociationAttribute class.
AssociationAttribute(String, String, String)name, elementAssemblyName, elementTypeNameInitializes a new instance of the AssociationAttribute class with the specified settings.
AssociationAttribute(String, Type)name, elementTypeInitializes a new instance of the AssociationAttribute class with the specified association name and type.
AssociationAttribute(String)nameInitializes a new instance of the AssociationAttribute class with the specified association name.
AssociationAttribute(Type)elementTypeInitializes a new instance of the AssociationAttribute class with the specified type which describes the object on the opposite end of the association.

See Also

AssociationAttribute Class

AssociationAttribute Members

DevExpress.Xpo Namespace