Attributes RegisterAttribute Exceptions XmlPullParserException Remarks Set new value for entity replacement text as defined in XML 1.0 Section 4.5 Construction of Internal Entity Replacement Text. If FEATURE_PROCESS_DOCDECL or FEATURE_VALIDATION are set, calling this function will result in an exception...
You can modify thestatuscodeattribute to define which other status options represent valid transitions from the current status. For instructions, see the Customization Guide topic:Define status reason transitions When custom state transitions are applied to an entity, theEntityMetadata.EnforceStateTra...
For example, if you specify two for the class, all generic profile names whose highest level qualifiers match the two highest qualifiers of the entity name are loaded into the user's storage when the user requests access to a resource. The nnn value must be a number 0 - 123. If KEY...
Complete the parent entity.Right-click the first attribute in the child entity, and select Insert ‘Attribute’ Before.Click the newly created attribute in the child entity, and type the attribute name that you entered earlier as the primary key in the parent entity....
For more information, seeDefiningExpression Element (CSDL)andUser-Defined Functions (Entity SQL). Defining a Custom Function in the Conceptual Model The following procedure assumes that you have an .edmx file open in the XML Editor in Visual Studio. The procedure provides a high-level outline of...
The entity rule also includes an optional Context attribute to specify whether the entity is being displayed in the Form or a list (HomePageGrid). The optionalAppliesToattribute can be set toPrimaryEntityorSelectedEntityto distinguish whether the entity is being displayed in a subgrid. ...
For example, the following rule table infers conclusion attributes in "the pet" entity, using condition attributes in the entity "the child" and the global entity, which are both in its containment relationship as shown:the grocery shopping has been done the child is on school holidays the ...
UserEntityType: string - Type of entity representing a user who is receiving the message. Null when the submission is requested from a test send. IsTestSend: boolean - True when submission was initiated from a test send, False otherwise. The response is a serialized JSON with the fol...
UserEntityType: string - Type of entity representing a user who is receiving the message. Null when the submission is requested from a test send. IsTestSend: boolean - True when submission was initiated from a test send, False otherwise. The response is a serialized JSON with the fo...
@Entity@Table(name = "purchase_order")@NamedEntityGraph(name = "graph.Order.items", attributeNodes = @NamedAttributeNode("items"))publicclassOrder{ ... } Now that we have defined the entity graph, we can use it in a query. Therefore we need to create a Map with query hints and set...