IMethod Members
Include Protected Members
Include Inherited Members
Represents a method on an external content type.
The IMethod type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets the identifier of the metadata object. (Inherited from IMetadataStruct.) | |
IsCached | Determines whether the metadata object is cached in memory. (Inherited from IMetadataStruct.) | |
IsStatic | Determines whether the method is static. | |
LobName | Gets the name of the method on the external system. | |
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.) | |
CreateDefaultParameterInstances | Creates default values of the parameters for the given method instance. | |
GetDataClass | Returns the data class of this method. | |
GetDefaultDisplayName | Returns the default display name of this metadata object. (Inherited from IMetadataObject.) | |
GetFilterDescriptors | Returns the filter descriptors of this method. | |
GetFilters | Returns the filters for this method for the given 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.) | |
GetMethodInstances | Returns the method instances of this method. | |
GetParameters | Returns the parameters of this method. | |
GetProperties | Returns the properties of this metadata object. (Inherited from IMetadataObject.) | |
GetSystemFilterDescriptors | Returns the filter descriptors of this method that describe system filters. |
Top