The ModelFunction type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddParameter(String) |
Adds a new parameter to the parameter collection.
| |
AddParameter(String, String, Int32) |
Adds a new parameter to the parameter collection.
| |
ClearParameters |
Removes all parameters
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Remove |
Removes the object from the model.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AliasName |
Fully qualified alias name, including parent object aliases.
| |
EntitySet |
Entity set that this function is linked to, if linked to an entity set.
| |
FullName |
Fully qualified name, including parent object names.
| |
LongDescription |
Long description, part of the documentation attributes for model members
| |
Mapping |
Mapping to storage model functions.
| |
Name |
Name of the model object
| |
Parameters |
Enumeration of function parameters
| |
ReturnComplexType |
Complex type reference if the return type is defined as a complex type in the model.
| |
ReturnEntityType |
Entity type reference if the return type is defined as an entity type in the model.
| |
ReturnsCollection |
True if the returned result is a collection of ReturnType, false if not.
| |
ReturnType |
Return type name for the function
| |
ShortDescription |
Short description, part of the documentation attributes for model members
|
Events
Name | Description | |
---|---|---|
NameChanged |
Event fired when the object changes name
| |
Removed |
Event fired when the object has been removed from the model
|