IMethodInstance Members
Include Protected Members
Include Inherited Members
Represents stereotypical operation of a method on an external content type.
The IMethodInstance type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasReturnTypeDescriptor | Determines whether the method instance has a return value. | |
Id | Gets the identifier of the metadata object. (Inherited from IMetadataStruct.) | |
IsCached | Determines whether the metadata object is cached in memory. (Inherited from IMetadataStruct.) | |
IsDefault | Determines whether this method instance is the default instance for its type. | |
MethodInstanceType | Gets the type of the method instance. | |
Name | Gets the name of the metadata object. (Inherited from IMetadataStruct.) |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether this metadata object contains a localized display name. (Inherited from IMetadataObject.) | |
GetAccessControlList | Retrieves the access control list (ACL) for this object. (Inherited from IAccessControlledMetadataObject.) | |
GetDefaultDisplayName | Returns the default display name of this metadata object. (Inherited from IMetadataObject.) | |
GetFilters | Gets the filters of the Method that contains this method instance that are initialized with default values of this method instance. | |
GetLocalizedDisplayName | Returns the localized display name of this metadata object. (Inherited from IMetadataObject.) | |
GetLocalizedNames | Returns the localized names of this metadata object. (Inherited from IMetadataObject.) | |
GetMethod | Gets the method that this instance belongs to. | |
GetProperties | Returns the properties of this metadata object. (Inherited from IMetadataObject.) | |
GetReturnTypeDescriptor | Gets the type descriptor that corresponds to the structure returned by this method instance. |
Top