Method | Description | |
---|---|---|
SupportsRelationship ( |
Returns true if the provided relatinoship is supported.
|
Method | Description | |
---|---|---|
GetRelationship ( |
This is the implementation API for returning relationships. The default implementation stores the relationship in a table. Relationships are stored weakly, so they do not keep an object alive.
|
|
SetRelationship ( |
This is the implementation API for returning relationships. The default implementation stores the relationship in a table. Relationships are stored weakly, so they do not keep an object alive. Empty can be passed in for relationship to remove the relationship.
|
Method | Description | |
---|---|---|
this ( |
||
this ( object sourceOwner, MemberDescriptor sourceMember ) : |
protected GetRelationship ( |
||
source | ||
return |
protected SetRelationship ( |
||
source | ||
relationship | ||
return | void |
public abstract SupportsRelationship ( |
||
source | ||
relationship | ||
return | bool |