sync-webresources
Version:
A powershell solution that will push a local folder structure into CRM WebResources, modularized for npm.
687 lines • 518 kB
text/xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.Xrm.Sdk</name>
</assembly>
<members>
<member name="T:Microsoft.Xrm.Sdk.AliasedValue">
<summary>Used to return aggregate, group by, and aliased values from a query.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.AliasedValue.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.AliasedValue"></see> class.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.AliasedValue.#ctor(System.String,System.String,System.Object)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.AliasedValue"></see> class.</summary>
<param name="value">Type: Returns_Object. The value returned by the query.</param>
<param name="attributeLogicalName">Type: Returns_String. The attribute on which the aggregate, group by, or select operation was performed.</param>
<param name="entityLogicalName">Type: Returns_String. The name of the entity the attribute belongs to.</param>
</member>
<member name="P:Microsoft.Xrm.Sdk.AliasedValue.AttributeLogicalName">
<summary>Gets the name of the attribute on which the aggregate, group by, or select operation was performed.</summary>
<returns>Type: Returns_String
The name of the attribute on which the aggregate, group by, or select operation was performed.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.AliasedValue.EntityLogicalName">
<summary>Gets the name of the entity the attribute belongs to.</summary>
<returns>Type: Returns_String
The name of the entity the attribute belongs to.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.AliasedValue.ExtensionData">
<summary>ExtensionData</summary>
<returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.AliasedValue.Value">
<summary>Gets the value returned by the query.</summary>
<returns>Type: Returns_ObjectThe value returned by the query.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.AttributeCollection">
<summary>Provides a collection of attributes for an entity.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.AttributeCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.AttributeCollection"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute">
<summary>Used by the code generation tool to create classes based on entities. </summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute.#ctor(System.String)">
<summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute"></see> class</summary>
<param name="logicalName">Type: Returns_String.
The logical name of an attribute.</param>
</member>
<member name="P:Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute.LogicalName">
<summary>Gets the logical name of an attribute.</summary>
<returns>Type: Returns_String
The logical name of an attribute.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.AttributePrivilege">
<summary>Specifies the field level security privileges allowed for an attribute.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.AttributePrivilege.#ctor">
<summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.AttributePrivilege"></see> class.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.AttributePrivilege.#ctor(System.Guid,System.Int32,System.Int32,System.Int32)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.AttributePrivilege"></see> class setting the attribute Id, and whether it is valid to create, read and update the attribute value.</summary>
<param name="canRead">Type: Returns_Int32. Whether the attribute value can be read.</param>
<param name="canCreate">Type: Returns_Int32. Whether the attribute value can be specified on create.</param>
<param name="attributeId">Type: Returns_Guid. The attribute ID.</param>
<param name="canUpdate">Type: Returns_Int32. Whether the attribute value can be updated.</param>
</member>
<member name="P:Microsoft.Xrm.Sdk.AttributePrivilege.AttributeId">
<summary>Gets the ID of the attribute.</summary>
<returns>Type: Returns_GuidThe ID of the attribute.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.AttributePrivilege.CanCreate">
<summary>Gets whether create of the attribute value is allowed.</summary>
<returns>Type: Returns_Int32.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.AttributePrivilege.CanRead">
<summary>Gets whether read of the attribute value is allowed.</summary>
<returns>Type: Returns_Int32.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.AttributePrivilege.CanUpdate">
<summary>Gets whether update of the attribute value is allowed.</summary>
<returns>Type: Returns_Int32.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.AttributePrivilege.ExtensionData">
<summary>ExtensionData</summary>
<returns>Type: Returns_ExtensionDataObject
The extension data.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.AttributePrivilegeCollection">
<summary>Specifies a collection of field level security privileges allowed for the specified attributes.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.AttributePrivilegeCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.AttributePrivilegeCollection"></see> class.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.AttributePrivilegeCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.AttributePrivilege})">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.AttributePrivilegeCollection"></see> class, setting the list property.</summary>
<param name="list">Type: Returns_IList<<see cref="T:Microsoft.Xrm.Sdk.AttributePrivilege"></see>>. The list of attribute privileges.</param>
</member>
<member name="T:Microsoft.Xrm.Sdk.BaseServiceFault">
<summary>Represents a service fault.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.BaseServiceFault.#ctor">
<summary>Initializes a new instance of the BaseServiceFault class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.ErrorCode">
<summary>Gets or sets the fault error code.</summary>
<returns>Type: Returns_Int32The fault error code.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.ErrorDetails">
<summary>Gets or sets the details of the fault.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.ErrorDetailCollection"></see>The collection of details about the fault.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.ExtensionData">
<summary>Gets or sets a structure that contains extra data.</summary>
<returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.Message">
<summary>Gets or sets the message for the fault.</summary>
<returns>Type: Returns_StringThe message for the fault.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.BaseServiceFault.Timestamp">
<summary>Gets or sets the date and time when the fault occurred.</summary>
<returns>Type: Returns_DateTimeThe date and time when the fault occurred.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.BooleanManagedProperty">
<summary>Defines a managed property that stores a Boolean value.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.BooleanManagedProperty.#ctor">
<summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see> class</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.BooleanManagedProperty.#ctor(System.Boolean)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see> class</summary>
<param name="value">Type: Returns_Boolean.
true if the value is true; otherwise, false.</param>
</member>
<member name="T:Microsoft.Xrm.Sdk.CallerImpersonationScope">
<summary>Identifies a user as the owner of all data changes made by calls to a Web service.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.CallerImpersonationScope.#ctor(Microsoft.Xrm.Sdk.IOrganizationService,System.Guid)">
<summary>constructor_initializesCallerImpersonationScope class.</summary>
<param name="service">Type: <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>. Specifies an organization service object.</param>
<param name="callerId">Type: Returns_Guid. Specifies the ID of the user that owns any data changes made by a call to the service.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.CallerImpersonationScope.Dispose">
<summary>Disposes the CallerImpersonationScope object.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.ClaimTypes">
<summary>Identifies the types of claims that are supported or may be supported in a future product release.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.ClaimTypes.EntityLogicalName">
<summary>An entity logical name claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/EntityLogicalName</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.ClaimTypes.InitiatingUser">
<summary>An initiating user claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/InitiatingUser</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.ClaimTypes.Organization">
<summary>An organization claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/Organization</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.ClaimTypes.PluginAssembly">
<summary>A plug-in assembly claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/PluginAssembly</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.ClaimTypes.PluginPublisher">
<summary>A plug-in publisher claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/PluginPublisher</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.ClaimTypes.RequestName">
<summary>A request name claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/RequestName</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.ClaimTypes.SecurityToken">
<summary>A security token claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/SecurityToken</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.ClaimTypes.User">
<summary>A user claim. Value = http://schemas.microsoft.com/xrm/2011/Claims/User</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.DataCollection`1">
<summary>Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists. Extends Returns_Collection.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`1.AddRange(`0[])">
<summary>Adds the elements of the specified collection to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>.</summary>
<param name="items">Type: Returns_Type[].
The array whose elements should be added to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>. The array itself cannot be null, but it can contain elements that are null, if type T is a reference type.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`1.AddRange(System.Collections.Generic.IEnumerable{`0})">
<summary>Adds the elements of the specified collection to the end of the DataCollection.</summary>
<param name="items">Type: Returns_IEnumerable_Generic.
The collection whose elements should be added to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`1.ToArray">
<summary>Copies the elements of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see> to a new array.</summary>
<returns>Type: Returns_Type[]
An array containing copies of the elements of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.DataCollection`2">
<summary>Represents a collection of keys and values.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> class.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Add(`0,`1)">
<summary>Adds the specified key and value to the dictionary.</summary>
<param name="value">Type: TValue. The value of the element to add.</param>
<param name="key">Type: TKey. The key of the element to add.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Add(System.Collections.Generic.KeyValuePair{`0,`1})">
<summary>Adds the specified key and value to the dictionary.</summary>
<param name="item">Type: Returns_KeyValuePair<TKey, TValue>. The key and value to add.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,`1}})">
<summary>Adds the elements of the specified collection to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</summary>
<param name="items">Type: Returns_IEnumerable<Returns_KeyValuePair<TKey, TValue>>.
The collection whose elements should be added to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.AddRange(System.Collections.Generic.KeyValuePair{`0,`1}[])">
<summary>Adds the elements of the specified collection to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</summary>
<param name="items">Type: Returns_KeyValuePair<TKey, TValue>[].
The array whose elements should be added to the end of the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see>. The array itself cannot be null, but it can contain elements that are null, if type T is a reference type.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Clear">
<summary>Removes all items from the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>. </summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Contains(`0)">
<summary>Determines whether the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> contains a specific value.</summary>
<returns>Type: Returns_Booleantrue if item is found in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>; otherwise, false.</returns>
<param name="key">Type: TKey. The key to locate in the collection.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Contains(System.Collections.Generic.KeyValuePair{`0,`1})">
<summary>Determines whether the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> contains a specific value.</summary>
<returns>Type: Returns_Booleantrue if item is found in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>; otherwise, false.</returns>
<param name="key">Type: Returns_KeyValuePair<TKey, TValue>. The key value pair to locate in the collection.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.ContainsKey(`0)">
<summary>Determines whether the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> contains a specific key value.</summary>
<returns>Type: Returns_Booleantrue if item is found in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>; otherwise, false.</returns>
<param name="key">Type: TKey. The key to locate in the collection.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)">
<param name="arrayIndex">Type: Returns_Int32. Copies the entire <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> to a compatible one-dimensional array, starting at the specified index of the target array.</param>
<param name="array">Type: Returns_KeyValuePair<TKey, TValue>[]. The </param>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.GetEnumerator">
<summary>Returns an enumerator that iterates through a collection.</summary>
<returns>Type: Returns_IEnumerator_Generic<Returns_KeyValuePair<TKey, TValue>>
An Returns_IEnumerator_Generic object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Remove(`0)">
<summary>Removes the first occurrence of a specific object from the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</summary>
<returns>Type: Returns_Booleantrue if the object was found and removed; otherwise, false.</returns>
<param name="key">Type: TKey. The object to remove from the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})">
<summary>Removes the first occurrence of a specific object from the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</summary>
<returns>Type: Returns_Booleantrue if the object was found and removed; otherwise, false.</returns>
<param name="item">Type: Returns_KeyValuePair<TKey, TValue>.
The object to remove from the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that iterates through the collection.</summary>
<returns>Type: Returns_IEnumerator
An Returns_IEnumerator object that can be used to iterate through the collection.</returns>
</member>
<member name="M:Microsoft.Xrm.Sdk.DataCollection`2.TryGetValue(`0,`1@)">
<summary>Gets the value associated with the specified key.</summary>
<returns>Type: Returns_Booleantrue if the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> contains an element with the specified key; otherwise, false.</returns>
<param name="value">Type: TValue%. When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.</param>
<param name="key">Type: TKey. The key of the value to get.</param>
</member>
<member name="P:Microsoft.Xrm.Sdk.DataCollection`2.Count">
<summary>Gets the number of elements in the collection.</summary>
<returns>Type: Returns_Int32
The number of elements in the collection.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.DataCollection`2.IsReadOnly">
<summary>Gets a value indicating whether the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> is read-only.</summary>
<returns>Type: Returns_Booleantrue if the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see> is read-only; otherwise, false.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.DataCollection`2.Item(`0)">
<summary>Gets or sets the value associated with the specified key.</summary>
<returns>Type: TValue
The value associated with the specified key.</returns>
<param name="key">Type: TKey. The key of the value to get or set.</param>
</member>
<member name="P:Microsoft.Xrm.Sdk.DataCollection`2.Keys">
<summary>Gets a collection containing the keys in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</summary>
<returns>Type: Returns_ICollection_Generic<TKey>
A collection containing the keys in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.DataCollection`2.Values">
<summary>Gets a collection containing the values in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</summary>
<returns>Type: Returns_ICollection_Generic<TValue>
A collection containing the values in the <see cref="T:Microsoft.Xrm.Sdk.DataCollection`2"></see>.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.DiscoveryServiceFault">
<summary>Represents a discovery service fault.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.DiscoveryServiceFault.#ctor">
<summary>Initializes a new instance of the DiscoveryServiceFault class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.DiscoveryServiceFault.InnerFault">
<summary>Gets or sets the fault instance that caused the current fault.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DiscoveryServiceFault"></see>The fault instance that caused the current fault.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.Entity">
<summary>Represents an instance of an entity (a record).</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Entity.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Entity"></see> class.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.Entity.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Entity"></see> class setting the entity name.</summary>
<param name="entityName">Type: Returns_String. The name of the entity.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Entity.Contains(System.String)">
<summary>Checks to see if there is a value present for the specified attribute.</summary>
<returns>Type: Returns_Booleantrue if the <see cref="T:Microsoft.Xrm.Sdk.Entity"></see> contains an attribute with the specified name; otherwise, false.</returns>
<param name="attributeName">Type: Returns_String. The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Entity.GetAttributeValue``1(System.String)">
<summary>Gets the value of the attribute.</summary>
<returns>Type: Returns_Type
The value of the attribute.</returns>
<param name="attributeLogicalName">Type: Returns_String. The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Entity.GetFormattedAttributeValue(System.String)">
<summary>Gets the formatted value of the attribute.</summary>
<returns>Type: Returns_String
The formatted value of the attribute.</returns>
<param name="attributeLogicalName">Type: Returns_String. The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Entity.GetRelatedEntities``1(System.String,System.Nullable{Microsoft.Xrm.Sdk.EntityRole})">
<summary>Gets the collection of related entity instances for the specified relationship.</summary>
<returns>Type: Returns_IEnumerableThe collection of related entity instances for the specified relationship.</returns>
<param name="relationshipSchemaName">Type: Returns_String. The schema name of the relationship.</param>
<param name="primaryEntityRole">The role of the primary entity in the relationship (referenced or referencing).</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Entity.GetRelatedEntity``1(System.String,System.Nullable{Microsoft.Xrm.Sdk.EntityRole})">
<summary>Gets the related entity instance for the specified relationship.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>The collection of related entity instances for the specified relationship.</returns>
<param name="relationshipSchemaName">Type: Returns_String. The name of the relationship.</param>
<param name="primaryEntityRole">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityRole"></see>. The role of the primary entity in the relationship (referenced or referencing).</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Entity.SetAttributeValue(System.String,System.Object)">
<summary>Sets the value of an attribute.</summary>
<param name="value">Type: Returns_Object. The value to set.</param>
<param name="attributeLogicalName">Type: Returns_String. The logical name of the attribute.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Entity.SetRelatedEntities``1(System.String,System.Nullable{Microsoft.Xrm.Sdk.EntityRole},System.Collections.Generic.IEnumerable{``0})">
<summary>Sets the collection of related entity instances for the specified relationship.</summary>
<param name="relationshipSchemaName">Type: Returns_String. The schema name of the relationship.</param>
<param name="primaryEntityRole">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityRole"></see>. The role of the primary entity in the relationship (referenced or referencing).</param>
<param name="entities">Type: Returns_IEnumerable. The collection of entity instances to set.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Entity.SetRelatedEntity``1(System.String,System.Nullable{Microsoft.Xrm.Sdk.EntityRole},``0)">
<summary>Sets the related entity instance for the specified relationship.</summary>
<param name="relationshipSchemaName">Type: Returns_String. The schema name of the relationship.</param>
<param name="primaryEntityRole">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityRole"></see>. The role of the primary entity in the relationship (referenced or referencing).</param>
<param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity instance to set.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.Entity.ToEntity``1">
<summary>Gets the entity as the specified type.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>The entity as the specified type.</returns>
</member>
<member name="M:Microsoft.Xrm.Sdk.Entity.ToEntityReference">
<summary>Gets an entity reference for this entity instance.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see>The entity reference for the entity.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Entity.Attributes">
<summary>Gets or sets the collection of attributes for the entity.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.AttributeCollection"></see>
The collection of attributes for the entity.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Entity.EntityState">
<summary>Gets or sets the state of the entity.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityState"></see>.
The state of the entity.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Entity.ExtensionData">
<summary>ExtensionData</summary>
<returns>Type: Returns_ExtensionDataObjectExtensionData</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Entity.FormattedValues">
<summary>Gets of sets the collection of formatted values for the entity attributes.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.FormattedValueCollection"></see>
The collection of formatted values for the entity attributes.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Entity.Id">
<summary>Gets or sets the ID of the record represented by this entity instance.</summary>
<returns>Type: Returns_Guid
The ID of the record (entity instance).</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Entity.Item(System.String)">
<summary>Provides an indexer for the attribute values.</summary>
<returns>Type: Returns_ObjectThe attribute specified by the attributeName parameter.</returns>
<param name="attributeName">Type: Returns_String. The logical name of the attribute.</param>
</member>
<member name="P:Microsoft.Xrm.Sdk.Entity.LogicalName">
<summary>Gets or sets the logical name of the entity.</summary>
<returns>Type: Returns_Stringthe logical name of the entity.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.Entity.RelatedEntities">
<summary>Gets or sets a collection of entity references (references to records).</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.RelatedEntityCollection"></see>
a collection of entity references (references to records).</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.EntityCollection">
<summary>Contains a collection of entity instances.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.EntityCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityCollection"></see> class.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.EntityCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.Entity})">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityCollection"></see> class setting the list of entities.</summary>
<param name="list">Type: Returns_IList<<see cref="T:Microsoft.Xrm.Sdk.Entity"></see>>. A list of entities.</param>
</member>
<member name="P:Microsoft.Xrm.Sdk.EntityCollection.Entities">
<summary>Gets the collection of entities.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><<see cref="T:Microsoft.Xrm.Sdk.Entity"></see>>The collection of entities.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.EntityCollection.EntityName">
<summary>Gets or sets the logical name of the entity.</summary>
<returns>Type: Returns_Stringthe logical name of the entity.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.EntityCollection.ExtensionData">
<summary>ExtensionData</summary>
<returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.EntityCollection.Item(System.Int32)">
<summary>Gets or sets an item in the collection.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>The item at the specified index.</returns>
<param name="index">Type: Returns_Int32. The index of the item.</param>
</member>
<member name="P:Microsoft.Xrm.Sdk.EntityCollection.MinActiveRowVersion">
<summary>Gets or sets the lowest active row version value.</summary>
<returns>Type: Returns_StringThe lowest active row version value.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.EntityCollection.MoreRecords">
<summary>Gets or sets whether there are more records available.</summary>
<returns>Type: Returns_Booleantrue if there are more records available; otherwise, false. This is used in conjunction with the <see cref="P:Microsoft.Xrm.Sdk.EntityCollection.PagingCookie"></see> when working with large record sets.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.EntityCollection.PagingCookie">
<summary>Gets or sets the current paging information.</summary>
<returns>Type: Returns_String
The current paging information. This is used in conjunction with <see cref="P:Microsoft.Xrm.Sdk.EntityCollection.MoreRecords"></see> when working with large record sets.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.EntityCollection.TotalRecordCount">
<summary>Gets the total number of records in the collection.<see cref="P:Microsoft.Xrm.Sdk.Query.PagingInfo.ReturnTotalRecordCount"></see> was true when the query was executed .</summary>
<returns>Type: Returns_Int32The total number of records in the collection.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.EntityCollection.TotalRecordCountLimitExceeded">
<summary>Gets or sets whether the results of the query exceeds the total record count.</summary>
<returns>Type: Returns_Booleantrue if the results of the query exceeds the total record count; otherwise, false..</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.EntityImageCollection">
<summary>Contains a collection of <see cref="T:Microsoft.Xrm.Sdk.Entity"></see> image objects.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.EntityImageCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityImageCollection"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.EntityReference">
<summary>Identifies a record.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.EntityReference.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> class.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.EntityReference.#ctor(System.String,System.Guid)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> class setting the logical name and entity ID.</summary>
<param name="logicalName">Type: Returns_String. The logical name of the entity.</param>
<param name="id">Type: Returns_Guid. The ID of the record.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.EntityReference.Equals(System.Object)">
<summary>Determines whether two instances are equal.</summary>
<returns>Type: Returns_Booleantrue if the specified <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> is equal to the <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> object; otherwise, false.</returns>
<param name="obj">Type: Returns_Object. The <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> to compare with the current <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see>.</param>
</member>
<member name="M:Microsoft.Xrm.Sdk.EntityReference.GetHashCode">
<summary>Serves as a hash function for this type.</summary>
<returns>Type: Returns_Int32
The hash code for the current <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see>.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.EntityReference.ExtensionData">
<summary>ExtensionData</summary>
<returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.EntityReference.Id">
<summary>Gets or sets the ID of the record.</summary>
<returns>Type: Returns_Guid
The ID of the record. </returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.EntityReference.LogicalName">
<summary>Gets or sets the logical name of the entity.</summary>
<returns>Type: Returns_StringThe logical name of the entity.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.EntityReference.Name">
<summary>Gets or sets the primary attribute of the entity.</summary>
<returns>Type: Returns_StringThe primary attribute of the entity.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.EntityReferenceCollection">
<summary>Contains a collection of entity references.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.EntityReferenceCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see> class.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.EntityReferenceCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.EntityReference})">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see> class setting the list of entity references.</summary>
<param name="list">Type: Returns_IList<<see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see>>. A list of entity references.</param>
</member>
<member name="T:Microsoft.Xrm.Sdk.EntityRole">
<summary>Contains values to indicate the role the entity plays in a relationship.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.EntityRole.Referenced">
<summary>Specifies that the entity is the referenced entity. Value = 1.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.EntityRole.Referencing">
<summary>Specifies that the entity is the referencing entity. Value = 0.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.EntityState">
<summary>Indicates the state of an entity as tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> and indicates to the server the operation that should be performed for a related entity.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.EntityState.Changed">
<summary>The entity was changed since the last call to <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see>. Value = 2.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.EntityState.Created">
<summary>The entity was created since the last call to <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see>. Value = 1.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.EntityState.Unchanged">
<summary>The entity is unchanged since the last call to <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see>. Value = 0.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.ErrorDetailCollection">
<summary>Contains a collection of objects that provide details on an error.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.ErrorDetailCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ErrorDetailCollection"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem">
<summary>Contains the response from execution of a message request.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem.ExtensionData">
<summary>Gets or sets the structure that contains extra data.</summary>
<returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem.Fault">
<summary>Gets or sets the organization service fault that occurred when a message request was executed.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationServiceFault"></see>The organization service fault.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem.RequestIndex">
<summary>Gets or sets the numerical position of a message request in a request collection.</summary>
<returns>Type: Returns_Int32The position of a message request in a request collection, starting at zero.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem.Response">
<summary>Gets or sets the response that is returned from executing a message request.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse"></see>The message response.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItemCollection">
<summary>Contains a collection of <see cref="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItem"></see> instances.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItemCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItemCollection"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.ExecuteMultipleSettings">
<summary>Defines the execution behavior of <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest"></see>.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.ExecuteMultipleSettings.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ExecuteMultipleSettings"></see> class.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleSettings.ContinueOnError">
<summary>Gets or sets a value indicating whether further execution of message requests in the <see cref="P:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest.Requests"></see> collection should continue if a fault is returned for the current request being processed.</summary>
<returns>Type: Returns_Booleantrue if message request processing should continue; otherwise, false.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleSettings.ExtensionData">
<summary>Gets or sets the structure that contains extra data.</summary>
<returns>Type: Returns_ExtensionDataObjectThe extension data.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.ExecuteMultipleSettings.ReturnResponses">
<summary>Gets or sets a value indicating if a response for each message request processed should be returned.</summary>
<returns>Type: Returns_Booleantrue if responses should be returned for each message request processed; otherwise, false.</returns>
</member>
<member name="T:Microsoft.Xrm.Sdk.FieldPermissionType">
<summary>Defines the possible field permission types.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.FieldPermissionType.Allowed">
<summary>The action is allowed. Value = 4.</summary>
</member>
<member name="F:Microsoft.Xrm.Sdk.FieldPermissionType.NotAllowed">
<summary>The action is not allowed. Value = 0.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.FieldPermissionType.Validate(System.Int32)">
<summary>Validates the field permission value.</summary>
<param name="value">Type: Returns_Int32. The value to validate.</param>
</member>
<member name="T:Microsoft.Xrm.Sdk.FormattedValueCollection">
<summary>Contains a collection of formatted values for the attributes for an entity.</summary>
</member>
<member name="M:Microsoft.Xrm.Sdk.FormattedValueCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.FormattedValueCollection"></see> class.</summary>
</member>
<member name="T:Microsoft.Xrm.Sdk.IExecutionContext">
<summary>Base interface that defines the contextual information passed to a plug-in or custom workflow activity at run-time.</summary>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.BusinessUnitId">
<summary>Gets the GUIDGUID of the business unit that the user making the request, also known as the calling user, belongs to.</summary>
<returns>Type: Returns_GuidThe GUID of the business unit. This property corresponds to the BusinessUnitId property, which is the primary key for the BusinessUnit entity.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.CorrelationId">
<summary>Gets the GUID for tracking plug-in or custom workflow activity execution. </summary>
<returns>Type: Returns_GuidThe GUID for tracking plug-in or custom workflow activity execution.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.Depth">
<summary>Gets the current depth of execution in the call stack.</summary>
<returns>Type: Returns_Int32T the current depth of execution in the call stack.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.InitiatingUserId">
<summary>Gets the GUID of the system user account under which the current pipeline is executing.</summary>
<returns>Type: Returns_GuidThe GUID of the system user account under which the current pipeline is executing. This property corresponds to the SystemUserId property, which is the primary key for the SystemUser entity.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.InputParameters">
<summary>Gets the parameters of the request message that triggered the event that caused the plug-in to execute.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.ParameterCollection"></see>The parameters of the request message that triggered the event that caused the plug-in to execute.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.IsExecutingOffline">
<summary>Gets whether the plug-in is executing from the pn_crm_outlook_offline_access client while it is offline. </summary>
<returns>Type: Returns_Booleantrue if the plug-in is executing from the pn_crm_outlook_offline_access client while it is offline; otherwise, false.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.IsInTransaction">
<summary>Gets a value indicating if the plug-in is executing within the database transaction.</summary>
<returns>Type: Returns_Booleantrue if the plug-in is executing within the database transaction; otherwise, false.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.IsOfflinePlayback">
<summary>Gets a value indicating if the plug-in is executing as a result of the pn_crm_outlook_offline_access client transitioning from offline to online and synchronizing with the pn_microsoftcrm server.</summary>
<returns>Type: Returns_Booleantrue if the the plug-in is executing as a result of the pn_crm_outlook_offline_access client transitioning from offline to online; otherwise, false.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.IsolationMode">
<summary>Gets a value indicating if the plug-in is executing in the sandbox.</summary>
<returns>Type: Returns_Int32Indicates if the plug-in is executing in the sandbox. </returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.MessageName">
<summary>Gets the name of the Web service message that is being processed by the event execution pipeline.</summary>
<returns>Type: Returns_StringThe name of the Web service message being processed by the event execution pipeline.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.Mode">
<summary>Gets the mode of plug-in execution.</summary>
<returns>Type: Returns_Int32The mode of plug-in execution.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OperationCreatedOn">
<summary>Gets the date and time that the related System Job was created.</summary>
<returns>Type: Returns_DateTimeThe date and time that the related System Job was created.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OperationId">
<summary>Gets the GUID of the related System Job.</summary>
<returns>Type: Returns_GuidThe GUID of the related System Job. This corresponds to the AsyncOperationId attribute, which is the primary key for the System Job entity.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OrganizationId">
<summary>Gets the GUID of the organization that the entity belongs to and the plug-in executes under.</summary>
<returns>Type: Returns_GuidThe GUID of the organization that the entity belongs to and the plug-in executes under. This corresponds to the OrganizationId attribute, which is the primary key for the Organization entity.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OrganizationName">
<summary>Gets the unique name of the organization that the entity currently being processed belongs to and the plug-in executes under.</summary>
<returns>Type: Returns_StringThe unique name of the organization that the entity currently being processed belongs to and the plug-in executes under.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OutputParameters">
<summary>Gets the parameters of the response message after the core platform operation has completed.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.ParameterCollection"></see>The parameters of the response message after the core platform operation has completed.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.OwningExtension">
<summary>Gets a reference to the related SdkMessageProcessingingStep or ServiceEndpoint.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see>A reference to the related SdkMessageProcessingingStep or ServiceEndpoint.entity.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.PostEntityImages">
<summary>Gets the properties of the primary entity after the core platform operation has been completed.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityImageCollection"></see>The properties of the primary entity after the core platform operation has been completed.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.PreEntityImages">
<summary>Gets the properties of the primary entity before the core platform operation has begins.</summary>
<returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityImageCollection"></see>The properties of the primary entity before the core platform operation has begins.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.PrimaryEntityId">
<summary>Gets the GUID of the primary entity for which the pipeline is processing events.</summary>
<returns>Type: Returns_GuidThe GUID of the primary entity for which the pipeline is processing events. For example, if the event pipeline is processing an account, this corresponds to the AccountId attribute, which is the primary key for the Account entity.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.PrimaryEntityName">
<summary>Gets the name of the primary entity for which the pipeline is processing events.</summary>
<returns>Type: Returns_StringThe name of the primary entity for which the pipeline is processing events.</returns>
</member>
<member name="P:Microsoft.Xrm.Sdk.IExecutionContext.RequestId">
<summary>Gets the GUID of the request being processed by the event execution pipeline.</summary>
<returns>Type: Returns_Nullable<Returns_Guid>The GUID