ActionStruct Members
Include Protected Members
Include Inherited Members
Represents the structure that describes an action in the Business Data Connectivity (BDC) service.
The ActionStruct type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ActionStruct(Action) | Initializes an instance of the class. | |
ActionStruct(UInt32, String, Boolean, Int32, Guid, Byte, Boolean, String, String, UInt32) | Initializes an instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
EntityId | Sets or gets the external content type identifier. | |
Id | Gets or sets the identifier (ID) of the metadata object. (Inherited from MetadataObjectStruct.) | |
ImageUrl | Sets or gets the image URL. | |
IsCached | Gets or sets whether the metadata object is cached. (Inherited from MetadataObjectStruct.) | |
IsOpenedInNewWindow | Sets or gets whether it opens in a new window. | |
Name | Gets or sets the name of the metadata object. (Inherited from MetadataObjectStruct.) | |
ObjectVersion | Gets or sets the object version. (Inherited from MetadataObjectStruct.) | |
PartitionId | Gets or sets the partition identifier (ID). (Inherited from MetadataObjectStruct.) | |
Position | Sets or gets the position in bytes. | |
Url | Sets or gets the URL string. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top