AssociationAttribute Constructors
Identifies the end of an association that is involved in an object relationship.| Name | Parameters | Description |
|---|---|---|
| AssociationAttribute() | none | Initializes a new instance of the AssociationAttribute class. |
| AssociationAttribute(String, String, String) | name, elementAssemblyName, elementTypeName | Initializes a new instance of the AssociationAttribute class with the specified settings. |
| AssociationAttribute(String, Type) | name, elementType | Initializes a new instance of the AssociationAttribute class with the specified association name and type. |
| AssociationAttribute(String) | name | Initializes a new instance of the AssociationAttribute class with the specified association name. |
| AssociationAttribute(Type) | elementType | Initializes a new instance of the AssociationAttribute class with the specified type which describes the object on the opposite end of the association. |
See Also