프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Insert | void | ||
Insert | void | ||
Insert | void | ||
OnAfterInserted | void | ||
OnAfterInserting | void | ||
OnAfterSelected | void | ||
OnAfterUpdated | void | ||
OnAfterUpdating | void | ||
Remove | void | ||
Update | void |
메소드 | 설명 | |
---|---|---|
EntityRelationship ( ) : System |
Initializes a new instance of the EntityRelationship class.
|
메소드 | 설명 | |
---|---|---|
GetLinkList ( Object entity ) : IList |
Gets the collection of business objects from the associated LinkMember.
|
|
GetList ( Object entity, |
Gets the collection of business objects from the specified relationship member.
|
|
GetReferenceList ( Object entity ) : IList |
Gets the collection of business objects from the associated ReferenceMember.
|
|
InsertLink ( IList links, Object foreignKeyValue ) : void |
Inserts the specified foreignKeyValue into the collection of business objects.
|
|
InsertLink ( Object entity, Object foreignKeyValue ) : void |
Inserts the specified foreignKeyValue into the relationship defined by the LinkMember property.
|
|
InsertLinks ( ) : void |
Inserts any previously cached business object links.
|
|
InsertReference ( IList links, IDictionary values ) : void |
Inserts the specified name/value pairs into the relationship defined by the ReferenceMember property.
|
|
InsertReferences ( ) : void |
Inserts any previously cached business object references.
|
|
OnLoad ( |
Raises the System.Web.UI.Control.Load event.
|
|
RemoveLink ( IList links, Object link ) : void |
Removes the specified item from the collection of business objects.
|
|
RemoveReference ( IList links, Object link ) : void |
Removes the specified item from the collection of business objects.
|
|
UpdateControl ( Object entity ) : void |
Initializes and updates the control with the relationships held within the specified business object.
|
|
UpdateReference ( Object link, IDictionary values ) : void |
Updates the specified business object with the specified name/value pairs.
|
|
UpdateRelationships ( Object entity ) : void |
Updates the specified business object with values bound to the control which represent the current relationships.
|
메소드 | 설명 | |
---|---|---|
Insert ( |
Inserts any previously cached business object references.
|
|
Insert ( |
Inserts the specified name/value pairs into the relationship defined by the specified member.
|
|
Insert ( |
Inserts the specified name/value pairs into the relationship defined by the specified member.
|
|
OnAfterInserted ( object sender, |
||
OnAfterInserting ( object sender, |
||
OnAfterSelected ( object sender, |
||
OnAfterUpdated ( object sender, |
||
OnAfterUpdating ( object sender, |
||
Remove ( |
Removes the specified item from the collection of business objects.
|
|
Update ( |
Updates the specified business object with the specified name/value pairs.
|
protected GetList ( Object entity, |
||
entity | Object | |
member | The relationship member. | |
listPropertyName | String | The property name. |
리턴 | IList |
protected GetReferenceList ( Object entity ) : IList | ||
entity | Object | |
리턴 | IList |
protected InsertLink ( IList links, Object foreignKeyValue ) : void | ||
links | IList | A collection of business objects. |
foreignKeyValue | Object | The value to insert. |
리턴 | void |
protected InsertLink ( Object entity, Object foreignKeyValue ) : void | ||
entity | Object | |
foreignKeyValue | Object | The value to insert. |
리턴 | void |
protected InsertReference ( IList links, IDictionary values ) : void | ||
links | IList | A collection of business objects. |
values | IDictionary | A collection of name/value pairs to insert. |
리턴 | void |
protected OnLoad ( |
||
e | The System.EventArgs object that contains the event data. | |
리턴 | void |
protected RemoveLink ( IList links, Object link ) : void | ||
links | IList | A collection of business objects. |
link | Object | The item to remove. |
리턴 | void |
protected RemoveReference ( IList links, Object link ) : void | ||
links | IList | A collection of business objects. |
link | Object | The item to remove. |
리턴 | void |
protected UpdateReference ( Object link, IDictionary values ) : void | ||
link | Object | The business object to update. |
values | IDictionary | A collection of name/value pairs to update. |
리턴 | void |
protected UpdateRelationships ( Object entity ) : void | ||
entity | Object | |
리턴 | void |