Skip to content

Commit e208770

Browse files
committed
table fixes
1 parent 5423e25 commit e208770

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/schema/method-element-in-methods-bdcmetadata-schema.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ The following sections describe attributes, child elements, and parent elements.
3636

3737
|Attribute|Description|
3838
|---------|-----------|
39-
|**IsStatic**|Optional.<br /><br />Specifies whether the execution of this method requires an external item (**EntityInstance**) to serve as a context for execution. If set to **true**, the method represents a static method and does not require a specific **EntityInstance** to provide context for execution. If set to **false**, the method represents an instance method and requires an **EntityInstance** to provide the context for execution.<br /><br />Default value: **true**<br /><br />Attribute type: **Boolean**
40-
|**LobName**|Optional.<br /><br />The name of the operation defined in the external system that is represented by this method.<br /><br />Attribute type: **String**
41-
|**Name**|Required.<br /><br />The name of this method.<br /><br />Attribute type: **String**
42-
|**DefaultDisplayName**|Optional.<br /><br />The default display name of the method.<br /><br />Attribute type: **String**
43-
|**IsCached**|Optional.<br /><br />Specifies whether this method is used frequently. If set to **true**, Business Data Connectivity (BDC) service caches this method in memory.<br /><br />Default value: **true**<br /><br />Attribute type: **Boolean**
39+
|**IsStatic**|Optional.<br /><br />Specifies whether the execution of this method requires an external item (**EntityInstance**) to serve as a context for execution. If set to **true**, the method represents a static method and does not require a specific **EntityInstance** to provide context for execution. If set to **false**, the method represents an instance method and requires an **EntityInstance** to provide the context for execution.<br /><br />Default value: **true**<br /><br />Attribute type: **Boolean**|
40+
|**LobName**|Optional.<br /><br />The name of the operation defined in the external system that is represented by this method.<br /><br />Attribute type: **String**|
41+
|**Name**|Required.<br /><br />The name of this method.<br /><br />Attribute type: **String**|
42+
|**DefaultDisplayName**|Optional.<br /><br />The default display name of the method.<br /><br />Attribute type: **String**|
43+
|**IsCached**|Optional.<br /><br />Specifies whether this method is used frequently. If set to **true**, Business Data Connectivity (BDC) service caches this method in memory.<br /><br />Default value: **true**<br /><br />Attribute type: **Boolean**|
4444

4545
### Child elements
4646

4747
|Element|Description|
4848
|-------|-----------|
49-
|[LocalizedDisplayNames Element in MetadataObject (BDCMetadata Schema)](localizeddisplaynames-element-in-metadataobject-bdcmetadata-schema.md)|The localized display names of the method.
50-
|[Properties Element in MetadataObject (BDCMetadata Schema)](properties-element-in-metadataobject-bdcmetadata-schema.md)|The properties of the method.
51-
|[AccessControlList Element (BDCMetadata Schema)](accesscontrollist-element-bdcmetadata-schema.md)|The access control list (ACL) of this method.
52-
|[FilterDescriptors Element in Method (BDCMetadata Schema)](filterdescriptors-element-in-method-bdcmetadata-schema.md)|The filter descriptors of the method.
53-
[Parameters Element in Method (BDCMetadata Schema)](parameters-element-in-method-bdcmetadata-schema.md)|The parameters of the method. A method cannot have more than one return parameter.
54-
[MethodInstances Element in Method (BDCMetadata Schema)](methodinstances-element-in-method-bdcmetadata-schema.md)|The method instances of the method.
49+
|[LocalizedDisplayNames Element in MetadataObject (BDCMetadata Schema)](localizeddisplaynames-element-in-metadataobject-bdcmetadata-schema.md)|The localized display names of the method.|
50+
|[Properties Element in MetadataObject (BDCMetadata Schema)](properties-element-in-metadataobject-bdcmetadata-schema.md)|The properties of the method.|
51+
|[AccessControlList Element (BDCMetadata Schema)](accesscontrollist-element-bdcmetadata-schema.md)|The access control list (ACL) of this method.|
52+
|[FilterDescriptors Element in Method (BDCMetadata Schema)](filterdescriptors-element-in-method-bdcmetadata-schema.md)|The filter descriptors of the method.|
53+
|[Parameters Element in Method (BDCMetadata Schema)](parameters-element-in-method-bdcmetadata-schema.md)|The parameters of the method. A method cannot have more than one return parameter.|
54+
|[MethodInstances Element in Method (BDCMetadata Schema)](methodinstances-element-in-method-bdcmetadata-schema.md)|The method instances of the method.|
5555

5656
### Parent elements
5757

docs/schema/method-element-in-methods-bdcmetadataresource-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ None.
3737

3838
|Element|
3939
|-------|
40-
|[LocalizedDisplayNames Element in MetadataObject (BDCMetadataResource Schema)](localizeddisplaynames-element-in-metadataobject-bdcmetadataresource-schema.md)
40+
|[LocalizedDisplayNames Element in MetadataObject (BDCMetadataResource Schema)](localizeddisplaynames-element-in-metadataobject-bdcmetadataresource-schema.md)|
4141
|[Properties Element in MetadataObject (BDCMetadataResource Schema)](properties-element-in-metadataobject-bdcmetadataresource-schema.md)|
4242
|[AccessControlList Element in IndividuallySecurableMetadataObject (BDCMetadataResource Schema)](accesscontrollist-element-in-individuallysecurablemetadataobject-bdcmetadatareso.md)|
4343
|[FilterDescriptors Element in Method (BDCMetadataResource Schema)](filterdescriptors-element-in-method-bdcmetadataresource-schema.md)|

0 commit comments

Comments
 (0)