Microsoft.Xrm.Sdk.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 value of the primary attribute of the entity.</summary> <returns>Type: Returns_StringThe value of the 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 of the request being processed by the event execution pipeline. This corresponds to the <see cref="P:Microsoft.Xrm.Sdk.OrganizationRequest.RequestId"></see> property, which is the primary key for the <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see> class from which specialized request classes are derived.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.SecondaryEntityName"> <summary>Gets the name of the secondary entity that has a relationship with the primary entity.</summary> <returns>Type: Returns_StringThe name of the secondary entity that has a relationship with the primary entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.SharedVariables"> <summary>Gets the custom properties that are shared between plug-ins.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.ParameterCollection"></see>The custom properties that are shared between plug-ins.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.IExecutionContext.UserId"> <summary>Gets the GUID of the system user for whom the plug-in invokes web service methods on behalf of.</summary> <returns>Type: Returns_GuidThe GUID of the system user for whom the plug-in invokes web service methods on behalf of. This property corresponds to the SystemUserId property, which is the primary key for the SystemUser entity.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException"> <summary>Represents an exception that occurred during plug-in execution.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.#ctor(Microsoft.Xrm.Sdk.OperationStatus)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException"></see> class with an operation status.</summary> <param name="status">Type: <see cref="T:Microsoft.Xrm.Sdk.OperationStatus"></see>. The status of the operation.</param> </member> <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.#ctor(Microsoft.Xrm.Sdk.OperationStatus,System.Int32,System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException"></see> class with an operation status, an error code, and an error message.</summary> <param name="message">Type: Returns_String. The error message that explains the reason for the exception. </param> <param name="status">Type: <see cref="T:Microsoft.Xrm.Sdk.OperationStatus"></see>. The status of the operation.</param> <param name="errorCode">Type: Returns_Int32. The error code that identifies the specific error.</param> </member> <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.#ctor(Microsoft.Xrm.Sdk.OperationStatus,System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException"></see> class with an operation status and an error message.</summary> <param name="message">Type: Returns_String. The error message that explains the reason for the exception.</param> <param name="status">Type: <see cref="T:Microsoft.Xrm.Sdk.OperationStatus"></see>. The status of the operation.</param> </member> <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException"></see> class with an error message.</summary> <param name="message">Type: Returns_String. The error message that explains the reason for the exception.</param> </member> <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.#ctor(System.String,System.Exception)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.InvalidPluginExecutionException"></see> class with a reference to the inner exception that is the cause of this exception.</summary> <param name="exception">Type: Returns_Exception. The inner exception that is the cause of this exception.</param> <param name="message">Type: Returns_String. The error message that explains the reason for the exception.</param> </member> <member name="M:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary>Sets the SerializationInfohttp://msdn.microsoft.com/en-us/library/system.runtime.serialization.serializationinfo.aspx with information about the exception.</summary> <param name="context">Type: StreamingContexthttp://msdn.microsoft.com/en-us/library/system.runtime.serialization.streamingcontext.aspx. The contextual information about the source or destination.</param> <param name="info">Type: SerializationInfohttp://msdn.microsoft.com/en-us/library/system.runtime.serialization.serializationinfo.aspx. The serialized object data about the exception being thrown.</param> </member> <member name="P:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.ErrorCode"> <summary>Gets the numeric code that identifies a specific error condition.</summary> <returns>Type: Returns_Int32The error code.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.InvalidPluginExecutionException.Status"> <summary>Gets the status of the plug-in exception.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OperationStatus"></see>The status of the plug-in exception.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.IOrganizationService"> <summary>Provides programmatic access to the metadata and data for an organization.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Associate(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)"> <summary>Creates a link between records.</summary> <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see>. property_relatedentities to be associated.</param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the relationship to be used to create the link. </param> <param name="entityName">Type: Returns_String. The logical name of the entity that is specified in the entityId parameter.</param> <param name="entityId">Type: Returns_Guid. property_entityid to which the related records are associated.</param> </member> <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Create(Microsoft.Xrm.Sdk.Entity)"> <summary>Creates a record. </summary> <returns>Type:Returns_Guid The ID of the newly created record.</returns> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. An entity instance that contains the properties to set in the newly created record.</param> </member> <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Delete(System.String,System.Guid)"> <summary>Deletes a record.</summary> <param name="id">Type: Returns_Guid. The ID of the record that you want to delete.</param> <param name="entityName">Type: Returns_String. The logical name of the entity that is specified in the entityId parameter.</param> </member> <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Disassociate(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)"> <summary>Deletes a link between records.</summary> <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see>. A collection of entity references (references to records) to be disassociated.</param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the relationship to be used to remove the link.</param> <param name="entityName">Type: Returns_String. The logical name of the entity that is specified in the entityId parameter.</param> <param name="entityId">Type: Returns_Guid. The ID of the record from which the related records are disassociated.</param> </member> <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)"> <summary>Executes a message in the form of a request, and returns a response.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse"></see>The response from the request. You must cast the return value of this method to the specific instance of the response that corresponds to the Request parameter.</returns> <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see>. A request instance that defines the action to be performed.</param> </member> <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Retrieve(System.String,System.Guid,Microsoft.Xrm.Sdk.Query.ColumnSet)"> <summary>Retrieves a record.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see> The requested entity.</returns> <param name="id">Type: Returns_Guid. The ID of the record that you want to retrieve.</param> <param name="columnSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see>. A query that specifies the set of columns, or attributes, to retrieve. </param> <param name="entityName">Type: Returns_String. The logical name of the entity that is specified in the entityId parameter.</param> </member> <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.RetrieveMultiple(Microsoft.Xrm.Sdk.Query.QueryBase)"> <summary>Retrieves a collection of records.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityCollection"></see>The collection of entities returned from the query.</returns> <param name="query">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.QueryBase"></see>. A query that determines the set of records to retrieve.</param> </member> <member name="M:Microsoft.Xrm.Sdk.IOrganizationService.Update(Microsoft.Xrm.Sdk.Entity)"> <summary>Updates an existing record.</summary> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. An entity instance that has one or more properties set to be updated in the record.</param> </member> <member name="T:Microsoft.Xrm.Sdk.IOrganizationServiceFactory"> <summary>Represents a factory for creating <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see> instances.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.IOrganizationServiceFactory.CreateOrganizationService(System.Nullable{System.Guid})"> <summary>Returns an <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see> instance for the organization that the specified user is a member of.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>An organization service factory object.</returns> <param name="userId">Type: Returns_Nullable<Returns_Guid>. Specifies the system user that calls to the service are made for. A null value indicates the SYSTEM user. When called in a plug-in, a Guid.Empty value indicates the same user as <see cref="T:Microsoft.Xrm.Sdk.IPluginExecutionContext"></see>. <see cref="P:Microsoft.Xrm.Sdk.IExecutionContext.UserId"></see>. When called in a custom workflow activity, a Guid.Empty value indicates the same user as IWorkflowExecutionContext.<see cref="P:Microsoft.Xrm.Sdk.IExecutionContext.UserId"></see>. Any other value indicates a specific system user. </param> </member> <member name="T:Microsoft.Xrm.Sdk.IPlugin"> <summary>Base interface for a plug-in.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.IPlugin.Execute(System.IServiceProvider)"> <summary>Executes plug-in code in response to an event.</summary> <param name="serviceProvider">Type: Returns_IServiceProvider. A container for service objects. Contains references to the plug-in execution context (<see cref="T:Microsoft.Xrm.Sdk.IPluginExecutionContext"></see>), tracing service (<see cref="T:Microsoft.Xrm.Sdk.ITracingService"></see>), organization service (<see cref="T:Microsoft.Xrm.Sdk.IOrganizationServiceFactory"></see>), and notification service (<see cref="T:Microsoft.Xrm.Sdk.IServiceEndpointNotificationService"></see>). </param> </member> <member name="T:Microsoft.Xrm.Sdk.IPluginExecutionContext"> <summary>Defines the contextual information passed to a plug-in at run-time. Contains information that describes the run-time environment that the plug-in is executing in, information related to the execution pipeline, and entity business information.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.IPluginExecutionContext.ParentContext"> <summary>Gets the execution context from the parent pipeline operation.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.IPluginExecutionContext"></see>The execution context from the parent pipeline operation.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.IPluginExecutionContext.Stage"> <summary>Gets the stage in the execution pipeline that a synchronous plug-in is registered for. </summary> <returns>Type: Returns_Int32. Valid values are 10 (pre-validation), 20 (pre-operation), 40 (post-operation), and 50 (post-operation, deprecated).</returns> </member> <member name="T:Microsoft.Xrm.Sdk.IProxyTypesAssemblyProvider"> <summary>Provides the early-bound entity types assembly that was created using the CrmSvcUtil utility.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.IProxyTypesAssemblyProvider.ProxyTypesAssembly"> <summary>Gets or sets the assembly that contains the early-bound entity types.</summary> <returns>Type: Returns_AssemblyThe assembly.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.IServiceEndpointNotificationService"> <summary>Posts the plug-in execution context to the windows_azure_service_bus.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.IServiceEndpointNotificationService.Execute(Microsoft.Xrm.Sdk.EntityReference,Microsoft.Xrm.Sdk.IExecutionContext)"> <summary>Posts the execution context to the specified service endpoint in the cloud. </summary> <returns>Type: Returns_StringThe result. Only a two-way or REST listener will return a string back to the caller.</returns> <param name="context">Type: <see cref="T:Microsoft.Xrm.Sdk.IExecutionContext"></see>. The event execution context.</param> <param name="serviceEndpoint">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see>. The service endpoint to post to in the cloud.</param> </member> <member name="T:Microsoft.Xrm.Sdk.IServiceEndpointPlugin"> <summary>Defines a plug-in that implements the service behavior of a windows_azure_service_bus listener.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.IServiceEndpointPlugin.Execute(Microsoft.Xrm.Sdk.RemoteExecutionContext)"> <summary>Executes plug-in code in response to an event.</summary> <param name="executionContext">Type: <see cref="T:Microsoft.Xrm.Sdk.RemoteExecutionContext"></see>. Defines the contextual information passed to a plug-in at run-time.</param> </member> <member name="T:Microsoft.Xrm.Sdk.ITracingService"> <summary>Provides a method of logging run-time trace information for plug-ins.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.ITracingService.Trace(System.String,System.Object[])"> <summary>Logs trace information.</summary> <param name="format">Type: Returns_String. Information to be logged.</param> <param name="args">Type: Returns_Object[]. Not documented at this time.</param> </member> <member name="T:Microsoft.Xrm.Sdk.ITwoWayServiceEndpointPlugin"> <summary>Defines a plug-in that implements the service behavior of a windows_azure_service_bus listener.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.ITwoWayServiceEndpointPlugin.Execute(Microsoft.Xrm.Sdk.RemoteExecutionContext)"> <summary>Executes plug-in code in response to an event.</summary> <returns>Type: Returns_String The response from the request. </returns> <param name="executionContext">Type: <see cref="T:Microsoft.Xrm.Sdk.RemoteExecutionContext"></see>. Defines the contextual information passed to a plug-in at run-time.</param> </member> <member name="T:Microsoft.Xrm.Sdk.IWebHttpServiceEndpointPlugin"> <summary>Defines a plug-in that implements the service behavior of a windows_azure_service_bus listener.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.IWebHttpServiceEndpointPlugin.Execute(Microsoft.Xrm.Sdk.RemoteExecutionContext)"> <summary>Executes plug-in code in response to an event.</summary> <returns>Type: Returns_String The response from the request. </returns> <param name="executionContext">Type: <see cref="T:Microsoft.Xrm.Sdk.RemoteExecutionContext"></see>. Defines the contextual information passed to a plug-in at run-time.</param> </member> <member name="T:Microsoft.Xrm.Sdk.KnownTypesResolver"> <summary>Resolves known organization message request and response types for the SDK contracts.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.KnownTypesResolver.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.KnownTypesResolver"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.KnownTypesResolver.ResolveName(System.String,System.String,System.Type,System.Runtime.Serialization.DataContractResolver)"> <summary>Enables users to map a xsi:type name to any type.</summary> <returns>Type: Returns_Type The type the xsi:type name and namespace is mapped to.</returns> <param name="typeNamespace">Returns_String. The xsi:type namespace to map.</param> <param name="typeName">Returns_String. The xsi:type name to map.</param> <param name="declaredType">Returns_Type. The type declared in the data contract.</param> <param name="knownTypeResolver">System.Runtime.Serialization.DataContractResolverhttp://msdn.microsoft.com/en-us/library/system.runtime.serialization.datacontractresolver.aspx. The known type resolver.</param> </member> <member name="M:Microsoft.Xrm.Sdk.KnownTypesResolver.TryResolveType(System.Type,System.Type,System.Runtime.Serialization.DataContractResolver,System.Xml.XmlDictionaryString@,System.Xml.XmlDictionaryString@)"> <summary>Maps any type to a new xsi:type representation.</summary> <returns> Type: Returns_Booleantrue if mapping succeeded; otherwise, false.</returns> <param name="typeNamespace">System.Xml.XmlDictionaryStringhttp://msdn.microsoft.com/en-us/library/system.xml.xmldictionarystring.aspx. The xsi:type namespace.</param> <param name="knownTypeResolver">System.Runtime.Serialization.DataContractResolverhttp://msdn.microsoft.com/en-us/library/system.runtime.serialization.datacontractresolver.aspx. The known type resolver.</param> <param name="type">Returns_Type. The type to map.</param> <param name="declaredType">Returns_Type. The type declared in the data contract.</param> <param name="typeName">System.Xml.XmlDictionaryStringhttp://msdn.microsoft.com/en-us/library/system.xml.xmldictionarystring.aspx. The xsi:type name.</param> </member> <member name="T:Microsoft.Xrm.Sdk.Label"> <summary>Contains a collection of translations for a label.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Label.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Label"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Label.#ctor(Microsoft.Xrm.Sdk.LocalizedLabel,Microsoft.Xrm.Sdk.LocalizedLabel[])"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Label"></see> class.</summary> <param name="userLocalizedLabel">Type: <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel"></see>. The label for the language of the current user.</param> <param name="labels">Type: <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel"></see>[]. An array of localized labels.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Label.#ctor(System.String,System.Int32)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Label"></see> class.</summary> <param name="label">Type: Returns_String. The string for the user localized label.</param> <param name="languageCode">Type: Returns_Int32. The language code for the label. </param> </member> <member name="P:Microsoft.Xrm.Sdk.Label.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Label.LocalizedLabels"> <summary>Gets the collection of localized labels.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabelCollection"></see> The collection of localized labels.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Label.UserLocalizedLabel"> <summary>Gets or set the label for the language of the current user.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel"></see>The label for the language of the current user.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.LocalizedLabel"> <summary>Contains a localized label, including the label string and the language code.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.LocalizedLabel.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.LocalizedLabel.#ctor(System.String,System.Int32)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel"></see> class setting the label string and the language code.</summary> <param name="label">Type: Returns_String The localized label string..</param> <param name="languageCode">Type: Returns_Int32 The language code for the label.</param> </member> <member name="P:Microsoft.Xrm.Sdk.LocalizedLabel.IsManaged"> <summary>Gets or sets whether the label is managed.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the label is managed; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.LocalizedLabel.Label"> <summary>Gets or sets the localized label string.</summary> <returns>Type: Returns_String The localized label string..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.LocalizedLabel.LanguageCode"> <summary>Gets or sets the language code for the label.</summary> <returns>Type: Returns_Int32 The language code for the label..</returns> </member> <member name="T:Microsoft.Xrm.Sdk.LocalizedLabelCollection"> <summary>Defines a collection of <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel"></see>.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.LocalizedLabelCollection.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabelCollection"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.LocalizedLabelCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.LocalizedLabel})"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.LocalizedLabelCollection"></see> class</summary> <param name="list">Type: Returns_IList<<see cref="T:Microsoft.Xrm.Sdk.LocalizedLabel"></see>>. Sets a list of localized labels.</param> </member> <member name="T:Microsoft.Xrm.Sdk.ManagedProperty`1"> <summary>Represents a strongly typed managed property.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.ManagedProperty`1.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ManagedProperty`1"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.ManagedProperty`1.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ManagedProperty`1"></see> class</summary> <param name="managedPropertyLogicalName">Type: Returns_String. The logical name for the managed property.</param> </member> <member name="P:Microsoft.Xrm.Sdk.ManagedProperty`1.CanBeChanged"> <summary>Gets or sets whether the managed property value can be changed.</summary> <returns>Type: Returns_Booleantrue if the managed property value can be changed; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.ManagedProperty`1.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.ManagedProperty`1.ManagedPropertyLogicalName"> <summary>Gets the logical name for the managed property.</summary> <returns>Type: Returns_String The logical name for the managed property.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.ManagedProperty`1.Value"> <summary>Gets or sets the value of the managed property.</summary> <returns>Type: Returns_String The value of the managed property.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Money"> <summary>Contains the value for a money attribute.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Money.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Money"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Money.#ctor(System.Decimal)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Money"></see> class setting the value.</summary> <param name="value">Type: Returns_Decimal. The value of the attribute.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Money.Equals(System.Object)"> <summary>Determines whether two instances are equal.</summary> <returns>Type: Returns_Booleantrue if the specified <see cref="T:Microsoft.Xrm.Sdk.Money"></see> is equal to the <see cref="T:Microsoft.Xrm.Sdk.Money"></see> object; otherwise, false.</returns> <param name="obj">Type: Returns_Object. The <see cref="T:Microsoft.Xrm.Sdk.Money"></see> to compare with the current <see cref="T:Microsoft.Xrm.Sdk.Money"></see>.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Money.GetHashCode"> <summary>Returns a hash code value for this type.</summary> <returns>Type: Returns_Int32 The hash code for the current Money.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Money.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Money.Value"> <summary>Gets or sets the value of the attribute.</summary> <returns>Type: Returns_DecimalThe value of the attribute.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.OperationStatus"> <summary>Represents the current state of an operation.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Canceled"> <summary>The operation has been canceled. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Failed"> <summary>The operation has failed. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Retry"> <summary>The operation is being retried. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Succeeded"> <summary>The operation has succeeded. Value = 4.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.OperationStatus.Suspended"> <summary>The operation has been suspended. Value = 3.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.OptionSetValue"> <summary>Represents a value for an attribute that has an option set.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.OptionSetValue.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.OptionSetValue.#ctor(System.Int32)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue"></see> class</summary> <param name="value">Type: Returns_Int32. The option set value. </param> </member> <member name="M:Microsoft.Xrm.Sdk.OptionSetValue.Equals(System.Object)"> <summary>Returns true if the specified OptionSetValue is equal to this OptionSetValue value, otherwise returns false.</summary> <returns>Type: Returns_Booleantrue if the specified <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue"></see> is equal to this <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue"></see> value; otherwise, false.</returns> <param name="obj">Type: <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue"></see>, The <see cref="T:Microsoft.Xrm.Sdk.OptionSetValue"></see> to compare.</param> </member> <member name="M:Microsoft.Xrm.Sdk.OptionSetValue.GetHashCode"> <summary>Gets a hash code for the value.</summary> <returns>Type: Returns_Int32 The hash code for the value.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.OptionSetValue.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.OptionSetValue.Value"> <summary>Gets or sets the current value.</summary> <returns>Type: Returns_Int32 The current value.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.OrganizationRequest"> <summary>Contains the data needed to execute a request and the base class for all organization requests.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.OrganizationRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.OrganizationRequest.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see> class setting the request name parameter.</summary> <param name="requestName">Type: Returns_String. The name of the request.</param> </member> <member name="P:Microsoft.Xrm.Sdk.OrganizationRequest.ExtensionData"> <summary>ExtensionData Optional.</summary> <returns>Type: Returns_ExtensionDataObject The extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.OrganizationRequest.Item(System.String)"> <summary>Gets or sets the indexer for the Parameters collection.</summary> <returns>Type: Returns_Object The indexer for the request.</returns> <param name="parameterName">Type: Returns_String. The name of the parameter.</param> </member> <member name="P:Microsoft.Xrm.Sdk.OrganizationRequest.Parameters"> <summary>Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.ParameterCollection"></see>The collection of parameters for the request. Required, but is supplied by derived classes.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.OrganizationRequest.RequestId"> <summary>Gets or sets the ID of an asynchronous operation (system job). Optional. </summary> <returns>Type: Returns_Nullable<Returns_Guid>The ID of an asynchronous operation (system job).</returns> </member> <member name="P:Microsoft.Xrm.Sdk.OrganizationRequest.RequestName"> <summary>Gets or sets the name of the request. Required, but is supplied by derived classes.</summary> <returns>Type: Returns_StringThe name of the request.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.OrganizationRequestCollection"> <summary>Contains a collection of organization requests.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.OrganizationRequestCollection.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequestCollection"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.OrganizationResponse"> <summary>Contains the response from a request and the base class for all organization responses.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.OrganizationResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.OrganizationResponse.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.OrganizationResponse.Item(System.String)"> <summary>Gets an indexer for the Results collection.</summary> <returns>Type: Returns_ObjectThe indexer for the collection.</returns> <param name="parameterName">Type: Returns_String. The name of the parameter.</param> </member> <member name="P:Microsoft.Xrm.Sdk.OrganizationResponse.ResponseName"> <summary>Gets or sets the name of the response.</summary> <returns>Type: Returns_StringThe name of the response.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.OrganizationResponse.Results"> <summary>Gets the results of the request that was performed.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.ParameterCollection"></see>The results of the request that was performed.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.OrganizationServiceFault"> <summary>Represents an organization service fault.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.OrganizationServiceFault.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.OrganizationServiceFault"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.OrganizationServiceFault.InnerFault"> <summary>Gets the fault instance that caused the current fault.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationServiceFault"></see>The fault instance that caused the current fault.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.OrganizationServiceFault.TraceText"> <summary>Gets the text of the fault trace.</summary> <returns>Type: Returns_StringThe text of the fault trace.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.ParameterCollection"> <summary>Provides a collection of parameters for a request.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.ParameterCollection.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ParameterCollection"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.QuickFindConfiguration"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.QuickFindConfiguration.#ctor"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.QuickFindConfiguration.#ctor(System.String)"> <summary>internal</summary> </member> <member name="P:Microsoft.Xrm.Sdk.QuickFindConfiguration.EntityName"> <summary>internal</summary> <returns>Returns_String</returns> </member> <member name="T:Microsoft.Xrm.Sdk.QuickFindConfigurationCollection"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.QuickFindConfigurationCollection.#ctor"> <summary>internal</summary> </member> <member name="T:Microsoft.Xrm.Sdk.QuickFindResult"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.QuickFindResult.#ctor"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.QuickFindResult.#ctor(System.Int32,Microsoft.Xrm.Sdk.EntityCollection)"> <summary>internal</summary> </member> <member name="P:Microsoft.Xrm.Sdk.QuickFindResult.Data"> <summary>internal</summary> <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.EntityCollection"></see>.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.QuickFindResult.ErrorCode"> <summary>internal</summary> <returns>Returns_Int32</returns> </member> <member name="P:Microsoft.Xrm.Sdk.QuickFindResult.ExtensionData"> <summary>internal</summary> <returns>Returns_ExtensionDataObject</returns> </member> <member name="T:Microsoft.Xrm.Sdk.QuickFindResultCollection"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.QuickFindResultCollection.#ctor"> <summary>internal</summary> </member> <member name="T:Microsoft.Xrm.Sdk.RelatedEntityCollection"> <summary>Contains a collection of related entities.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.RelatedEntityCollection.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.RelatedEntityCollection"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.RelatedEntityCollection.IsReadOnly"> <summary>Gets a value indicating whether the <see cref="T:Microsoft.Xrm.Sdk.RelatedEntityCollection"></see> is read-only.</summary> <returns>Type: Returns_Booleantrue if the <see cref="T:Microsoft.Xrm.Sdk.RelatedEntityCollection"></see> is read-only; otherwise, false.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Relationship"> <summary>Represents a relationship between two entities.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Relationship.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Relationship.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see> class setting the schema name property.</summary> <param name="schemaName">Type: Returns_String. The name of the relationship.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Relationship.Equals(System.Object)"> <summary>Determines whether two instances are equal.</summary> <returns>Type: Returns_Booleantrue if the specified Relationship is equal to the Relationship Object; otherwise, false.</returns> <param name="obj">Type: Returns_Object. The Relationship to compare with the current Relationship.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Relationship.GetHashCode"> <summary>Serves as a hash function for this type.</summary> <returns>Type: Returns_Int32 The hash code for the current Relationship.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Relationship.ToString"> <summary>Returns a String that represents the current Relationship.</summary> <returns>Type: Returns_String The name of the current Relationship.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Relationship.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: <see cref="T:System.Runtime.Serialization.ExtensionDataObject"></see> The extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Relationship.PrimaryEntityRole"> <summary>Gets or sets the entity role: referenced or referencing.</summary> <returns>Type: <see cref="T:System.Nullable`1"></see><<see cref="T:Microsoft.Xrm.Sdk.EntityRole"></see>> The entity role.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Relationship.SchemaName"> <summary>Gets or sets the name of the relationship.</summary> <returns>Type: Returns_String The name of the relationship as defined defined in the <see cref="P:Microsoft.Xrm.Sdk.Relationship.SchemaName"></see> property.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.RelationshipQueryCollection"> <summary>Provides a collection of relationship queries.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.RelationshipQueryCollection.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.RelationshipQueryCollection"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute"> <summary>Used by the code generation tool to create classes based on entities.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute"></see> class</summary> <param name="schemaName">Type: Returns_String The schema name for the entity relationship.</param> </member> <member name="M:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute.#ctor(System.String,Microsoft.Xrm.Sdk.EntityRole)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute"></see> class</summary> <param name="primaryEntityRole">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityRole"></see>The entity role for the entity.</param> <param name="schemaName">Type: Returns_String The schema name for the entity relationship.</param> </member> <member name="P:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute.PrimaryEntityRole"> <summary>Gets the entity role for the entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityRole"></see>The entity role for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute.SchemaName"> <summary>Gets the schema name for the entity relationship.</summary> <returns>Type: Returns_String The schema name for the entity relationship.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.RemoteExecutionContext"> <summary>Defines the contextual information sent to a remote service endpoint at run-time.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.RemoteExecutionContext.#ctor"> <summary>Initializes a new instance of the RemoteExecutionContext class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.BusinessUnitId"> <summary>Gets the global unique identifier of the business unit that the entity currently being processed by the event execution pipeline belongs to.</summary> <returns>Type: Returns_GuidThe global unique identifier of the business unit.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.CorrelationId"> <summary>Gets the global unique identifier for tracking plug-in execution. </summary> <returns>Type: Returns_GuidThe global unique identifier for tracking plug-in execution.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.Depth"> <summary>Gets the current depth of execution in the call stack.</summary> <returns>Type: Returns_Int32The current depth of execution in the call stack.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.ExtensionData"> <summary>A structure that contains extra data.</summary> <returns>Type: Returns_ExtensionDataObjectA structure that contains extra data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.InitiatingUserId"> <summary>Gets the global unique identifier of the system user account under which the current pipeline is executing.</summary> <returns>Type: Returns_GuidThe global unique identifier of the system user account.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.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.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.IsExecutingOffline"> <summary>Gets a value indicating if the plug-in is executing from the pn_crm_outlook_offline_access client while it is offline. </summary> <returns>Type: Returns_Booleantrue if the client is offline; otherwise false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.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.RemoteExecutionContext.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 plug-in is executing as a result of the client synchronizing with the pn_microsoftcrm server; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.IsolationMode"> <summary>Gets a value indicating if the plug-in is executing in the sandbox.</summary> <returns>Type: Returns_Int32A value indicating if the plug-in is executing in the sandbox. Valid values are 1 (none) or 2 (sandbox).</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.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.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.Microsoft#Xrm#Sdk#IPluginExecutionContext#ParentContext"> <summary>internal</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.IPluginExecutionContext"></see>.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.Mode"> <summary>Gets the mode of plug-in execution.</summary> <returns>Type: Returns_Int32The mode of plug-in execution. Valid values are 0 (synchronous) and 1 (asynchronous).</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.OperationCreatedOn"> <summary>Gets the date and time that the related System Job was created.</summary> <returns>Type: Returns_DateTimeThe date and time the related System Job was created.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.OperationId"> <summary>Gets the global unique identifier of the related System Job.</summary> <returns>Type: Returns_GuidThe global unique identifier of the related System Job.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.OrganizationId"> <summary>Gets the global unique identifier of the organization that the entity belongs to and the plug-in executes under.</summary> <returns>Type: Returns_GuidThe global unique identifier of the organization.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.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.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.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.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.OwningExtension"> <summary>Gets a reference to the related SdkMessageProcessingingStep or ServiceEndpoint.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see>The reference to the related SdkMessageProcessingingStep or ServiceEndpoint.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.ParentContext"> <summary>Gets the remote execution context from the parent operation.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.RemoteExecutionContext"></see>The remote execution context from the parent operation.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.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.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.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.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.PrimaryEntityId"> <summary>Gets the global unique identifier of the primary entity for which the pipeline is processing events.</summary> <returns>Type: Returns_GuidThe global unique identifier of the primary entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.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.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.RequestId"> <summary>Gets the global unique identifier of the request being processed by the event execution pipeline.</summary> <returns>Type: Returns_Nullable<Returns_Guid>The global unique identifier of the request.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.SecondaryEntityName"> <summary>Gets the name of the secondary entity that has a relationship with the primary entity.</summary> <returns>Type: Returns_StringThe name of the secondary entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.SharedVariables"> <summary>Gets the custom properties that are shared between plug-ins.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.ParameterCollection"></see>The custom properties that are shared between plug-ins.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.Stage"> <summary>Gets the stage in the execution pipeline that a synchronous plug-in is registered for. </summary> <returns>Type: Returns_Int32. Valid values are 10, 20, 40, and 50The stage in the execution pipeline that a synchronous plug-in is registered for.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.RemoteExecutionContext.UserId"> <summary>Gets the global unique identifier of the system user for whom the plug-in invokes Web service methods on behalf of.</summary> <returns>Type: Returns_GuidThe global unique identifier of the system user.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.SaveChangesException"> <summary>Represents an exception that occurred when saving changes to the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor(Microsoft.Xrm.Sdk.SaveChangesResultCollection)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class using <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method call results.</summary> <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>. The results returned from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> call.</param> </member> <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor(System.Exception,Microsoft.Xrm.Sdk.SaveChangesResultCollection)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class using an inner exception and <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method call results.</summary> <param name="innerException">Type: Returns_Exception. The inner exception that is the cause of this exception.</param> <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>. The results returned from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> call.</param> </member> <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class with an error message.</summary> <param name="message">Type: Returns_String. The error message that explains the reason for the exception.</param> </member> <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor(System.String,Microsoft.Xrm.Sdk.SaveChangesResultCollection)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class using an error message and <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method call results.</summary> <param name="message">Type: Returns_String. The error message that explains the reason for the exception.</param> <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>. The results returned from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> call.</param> </member> <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor(System.String,System.Exception)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class with and error message and an inner exception.</summary> <param name="exception">Type: Returns_Exception. The inner exception that is the cause of this exception.</param> <param name="message">Type: Returns_String. The error message that explains the reason for the exception.</param> </member> <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.#ctor(System.String,System.Exception,Microsoft.Xrm.Sdk.SaveChangesResultCollection)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.SaveChangesException"></see> class with and error message, an inner exception, and <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method call results.</summary> <param name="innerException">Type: Returns_Exception. The inner exception that is the cause of this exception.</param> <param name="message">Type: Returns_String. The error message that explains the reason for the exception.</param> <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>. The results returned from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> call.</param> </member> <member name="M:Microsoft.Xrm.Sdk.SaveChangesException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary>Sets the SerializationInfohttp://msdn.microsoft.com/en-us/library/system.runtime.serialization.serializationinfo.aspx with information about the exception.</summary> <param name="context">Type: StreamingContexthttp://msdn.microsoft.com/en-us/library/system.runtime.serialization.streamingcontext.aspx. The contextual information about the source or destination.</param> <param name="info">Type: SerializationInfohttp://msdn.microsoft.com/en-us/library/system.runtime.serialization.serializationinfo.aspx. The serialized object data about the exception being thrown.</param> </member> <member name="P:Microsoft.Xrm.Sdk.SaveChangesException.Results"> <summary>Gets the results from a <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method call.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>The collection of results.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.SaveChangesResult"> <summary>Contains the result of the save changes operation returned from the organization web service.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.SaveChangesResult.Error"> <summary>Gets the exception that occurred when a message request was processed by the organization web service.</summary> <returns>Type: Returns_ExceptionThe exception that occurred.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.SaveChangesResult.Request"> <summary>Gets the message request that was submitted to the organization web service.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see>The request instance that was submitted.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.SaveChangesResult.Response"> <summary>Gets the result of a successful operation against the organization web server.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse"></see>The response to the request.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"> <summary>Provides a collection of results for a save changes operation.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.SaveChangesResultCollection.HasError"> <summary>Gets whether there is an error.</summary> <returns>Type: Returns_Booleantrue if there is an error; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.SaveChangesResultCollection.Options"> <summary>Gets how the <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges(Microsoft.Xrm.Sdk.Client.SaveChangesOptions)"></see> method behaves when an error occurs.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions"></see> The option that describes the save changes behavior.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.ServiceEndpointFault"> <summary>Represents a fault at a service endpoint in the cloud.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.ServiceEndpointFault.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ServiceEndpointFault"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.ServiceEndpointFault.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.ServiceEndpointFault"></see> class with the specified fault reason.</summary> <param name="message">Type: Returns_String. The reason for the fault.</param> </member> <member name="P:Microsoft.Xrm.Sdk.ServiceEndpointFault.ErrorDetails"> <summary>Gets the details of the fault.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.ErrorDetailCollection"></see>The details of the fault.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.ServiceEndpointFault.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.ServiceEndpointFault.Message"> <summary>Gets the message for the fault.</summary> <returns>Type: Returns_StringThe message for the fault.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials"> <summary>Represents client-side user logon credentials.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.#ctor"> <summary>Initializes a new instance of the AuthenticationCredentials class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.AppliesTo"> <summary>Gets or sets the scope that a security token request applies to, as defined in the WS-Trust specification.</summary> <returns>Type: Returns_URI The scope that a security token request applies to.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.ClientCredentials"> <summary>Gets or sets the service credential authentication settings for use on the client side of communication.</summary> <returns>Type: Returns_ClientCredentials The service credential authentication settings.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.HomeRealm"> <summary>Gets or sets the identity provider address.</summary> <returns>Type: Returns_URI The identity provider address.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.SecurityTokenResponse"> <summary>Gets or sets the security token response.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.SupportingCredentials"> <summary>Gets or sets additional credentials required by the site.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials"></see>The additional credentials required by the site.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.UserPrincipalName"> <summary>Gets or sets the UPN that is an internet-style login name for a user based on the Internet standard RFC 822.</summary> <returns>Type: Returns_StringThe UPN.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.AuthenticationHelpers"> <summary>internal</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType"> <summary>Identifies the type of identity provider used for authentication.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.ActiveDirectory"> <summary>An Active Directory identity provider. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.Federation"> <summary>A federated claims identity provider. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.LiveId"> <summary>A pn_Windows_Live_ID identity provider. Value = 3.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.None"> <summary>No identity provider. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType.OnlineFederation"> <summary>An online (pn_Office_365) federated identity provider. Value = 4.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.CancelEventArgs"> <summary>Contains arguments for a cancel event.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.CancelEventArgs.#ctor"> <summary>Initializes a new instance of the CancelEventArgs class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.CancelEventArgs.Cancel"> <summary>Gets or sets whether the event is cancelled. </summary> <returns>Type: Returns_Booleantrue if the event is cancelled, otherwise false.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.ChannelEventArgs"> <summary>Contains arguments for a WCF channel event.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ChannelEventArgs.#ctor(System.String)"> <summary>Initializes a new instance of the ChannelEventArgs class using a message.</summary> <param name="message">Type: Returns_String. The message describing the event.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ChannelEventArgs.Message"> <summary>Gets the message describing the event.</summary> <returns>Type: Returns_StringThe message describing the event.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs"> <summary>Contains arguments for a faulted WCF channel event.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs.#ctor(System.Exception)"> <summary>Initializes a new instance of the ChannelFaultedEventArgs class using an exception.</summary> <param name="exception">Type: Returns_Exception. An exception or null.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs.#ctor(System.String,System.Exception)"> <summary>Initializes a new instance of the ChannelFaultedEventArgs class using message and an exception.</summary> <param name="exception">Type: Returns_Exception. An exception or null.</param> <param name="message">Type: Returns_String. A message describing the event.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs.Exception"> <summary>Gets the exception related to the event.</summary> <returns>Type: Returns_Exceptionthe exception related to the event.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs.Message"> <summary>Gets the message describing the event.</summary> <returns>Type: Returns_StringThe message describing the event.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.ClaimsPolicyConfiguration"> <summary>Contains a policy configuration that identifies a Secure Token Service for use with claims authentication.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.ClientAuthenticationType"> <summary>Specifies the type of authentication used by a client application.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.ClientAuthenticationType.Kerberos"> <summary>Kerberos authentication. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.ClientAuthenticationType.SecurityToken"> <summary>A security token for use with claims authentication. Value = 1.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection"> <summary>Contains a collection of <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary"></see> objects.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection.#ctor"> <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection.Item(System.Uri)"> <summary>Gets or sets the issuer endpoint dictionary.</summary> <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary"></see>.</returns> <param name="key">Type: Returns_URI. Specifies the key used to retrieve a <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary"></see> object from the collection.</param> </member> <member name="T:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy"> <summary>Implements <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> and provides an authenticated WCF channel to the discovery service endpoint.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceConfiguration{Microsoft.Xrm.Sdk.Discovery.IDiscoveryService},Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)"> <summary>Initializes a new instance of the DiscoveryServiceProxy class using a service configuration and a security token response.</summary> <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>. A service configuration.</param> <param name="securityTokenResponse">Type: <see cref="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.SecurityTokenResponse"></see>. A security token response.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceConfiguration{Microsoft.Xrm.Sdk.Discovery.IDiscoveryService},System.ServiceModel.Description.ClientCredentials)"> <summary>Initializes a new instance of the DiscoveryServiceProxy class using a service configuration and client credentials.</summary> <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>. A service configuration.</param> <param name="clientCredentials">Type: Returns_ClientCredentials. The logon credentials of the client.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceManagement{Microsoft.Xrm.Sdk.Discovery.IDiscoveryService},Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)"> <summary>Initializes a new instance of the DiscoveryServiceProxy class using a service management and a security token response.</summary> <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>. A service management.</param> <param name="securityTokenResponse">Type: <see cref="P:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials.SecurityTokenResponse"></see>. A security token response.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceManagement{Microsoft.Xrm.Sdk.Discovery.IDiscoveryService},System.ServiceModel.Description.ClientCredentials)"> <summary>Initializes a new instance of the DiscoveryServiceProxy class using a service management and client credentials.</summary> <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>. A service management.</param> <param name="clientCredentials">Type: Returns_ClientCredentials. The logon credentials of the client.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.#ctor(System.Uri,System.Uri,System.ServiceModel.Description.ClientCredentials,System.ServiceModel.Description.ClientCredentials)"> <summary>Initializes a new instance of the DiscoveryServiceProxy class using a discovery service URI, home realm URI, and client and device credentials.</summary> <param name="deviceCredentials">Type: Returns_ClientCredentials. The pn_Windows_Live_ID device credentials.</param> <param name="homeRealmUri">Type: Returns_URI. This parameter is set to a non-null value when a second ADFS instance is configured as an identity provider to the ADFS instance that pn_CRM_2011 has been configured with for claims authentication. The parameter value is the URI of the WS-Trust metadata endpoint of the second ADFS instance.</param> <param name="uri">Type: Returns_URI. The URI of the discovery service.</param> <param name="clientCredentials">Type: Returns_ClientCredentials. The logon credentials of the client.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.Execute(Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest)"> <summary>See IDiscoveryService.<see cref="M:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService.Execute(Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest)"></see></summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse"></see>The response from executing the discovery service request.</returns> <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest"></see>. A discovery service request.</param> </member> <member name="T:Microsoft.Xrm.Sdk.Client.EndpointSwitchEventArgs"> <summary>Identifies the new and previous service endpoint URL’s for an organization.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.EndpointSwitchEventArgs.NewUrl"> <summary>Gets the new service endpoint URL for an organization.</summary> <returns>Type: Returns_URI The new service endpoint URL for an organization.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.EndpointSwitchEventArgs.PreviousUrl"> <summary>Gets the previous service endpoint URL for an organization.</summary> <returns>Type: Returns_URI The previous service endpoint URL for an organization.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.EntityLogicalNameAttribute"> <summary>Identifies the logical name of an entity.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.EntityLogicalNameAttribute.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.EntityLogicalNameAttribute"></see> class.</summary> <param name="logicalName">Type: Returns_String. The logical name of the entity</param> </member> <member name="P:Microsoft.Xrm.Sdk.Client.EntityLogicalNameAttribute.LogicalName"> <summary>Gets the logical name of the entity.</summary> <returns>Type: Returns_String The logical name of the entity.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.IdentityProvider"> <summary>Represents an identity provider.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IdentityProvider.#ctor"> <summary>Initializes a new instance of the IdentityProvider class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IdentityProvider.IdentityProviderType"> <summary>The type of identity provider used by an endpoint.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IdentityProviderType"></see>The identity provider type. Value = 0 (ADFS), 1 (LiveId), 2 (OrgId).</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IdentityProvider.ServiceUrl"> <summary>Specifies the URL of the identity provider service.</summary> <returns>Type: Returns_URI The URL of the identity provider service.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.IdentityProviderDictionary"> <summary>A collection of identity providers.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IdentityProviderDictionary.#ctor"> <summary>Initializes an instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.IdentityProviderDictionary"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.IdentityProviderTrustConfiguration"> <summary>Contains the configuration information required to use an identity provider.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IdentityProviderTrustConfiguration.AppliesTo"> <summary>Gets or sets the scope that a security token request applies to, as defined in the WS-Trust specification.</summary> <returns>Type: Returns_StringThe scope that a security token request applies to, as defined in the WS-Trust specification.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IdentityProviderTrustConfiguration.Endpoint"> <summary>Gets the endpoint of the identity provider.</summary> <returns>Type: Returns_URI The endpoint of the identity provider.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IdentityProviderTrustConfiguration.LiveIdAppliesTo"> <summary>Gets or sets the scope that a pn_Windows_Live_ID security token request applies to, as defined in the WS-Trust specification.</summary> <returns>Type: Returns_String The scope that a pn_Windows_Live_ID security token request applies to, as defined in the WS-Trust specification.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IdentityProviderTrustConfiguration.Policy"> <summary>Gets or sets a policy configuration that identifies a Secure Token Service (STS).</summary> <returns>Type: Returns_String The policy configuration that identifies a Secure Token Service (STS).</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.IdentityProviderType"> <summary>Specifies the supported types of identity providers.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.IdentityProviderType.ADFS"> <summary>pn_Active_Directory Federation Services. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.IdentityProviderType.LiveId"> <summary>pn_Windows_Live ID. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.IdentityProviderType.OrgId"> <summary>OrgId, also known as User Id. Value = 2.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.IdentityProviderTypeDictionary"> <summary>Contains the available identity providers for a pn_microsoftcrm service.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IdentityProviderTypeDictionary.#ctor"> <summary>Initializes a new instance of the IdentityProviderTypeDictionary class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.IEndpointSwitch"> <summary>Represents the switching of a web service endpoint for an organization from a primary URL to an alternate URL.</summary> </member> <member name="E:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.EndpointSwitched"> <summary>Notification event that a failover has completed and the organization’s current endpoint has been switched to an alternate endpoint.</summary> </member> <member name="E:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.EndpointSwitchRequired"> <summary>Notification event that a failover has occurred and a switch from the organization’s current endpoint to an alternate endpoint is required.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.CanSwitch(System.Uri)"> <summary>Checks if the specified endpoint URI is different from the organization’s alternate endpoint URI.</summary> <returns>Type: Returns_Booleantrue if the two URIs are different and an endpoint switch can be attempted, otherwise false.</returns> <param name="currentUri">Type: Returns_URI. Specifies an endpoint URI.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.HandleEndpointSwitch"> <summary>Fires the <see cref="E:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.EndpointSwitchRequired"></see> event, then if <see cref="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.EndpointAutoSwitchEnabled"></see> is true, switches the organization’s endpoints by calling <see cref="M:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.SwitchEndpoint"></see>.</summary> <returns>Type: Returns_Booleantrue if the endpoint switch was successful, otherwise false.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.SwitchEndpoint"> <summary>Switches the organization’s current endpoint to an alternate endpoint.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.AlternateEndpoint"> <summary>Gets the alternate web service endpoint for accessing an organization, if one exists.</summary> <returns>Type: Returns_URIThe alternate web service endpoint.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.EndpointAutoSwitchEnabled"> <summary>Gets or sets whether automatic switching from the current endpoint of the web service to an alternate endpoint is enabled.</summary> <returns>Type: Returns_Booleantrue if the automatic switching is enabled; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.IsPrimaryEndpoint"> <summary>Gets whether the organization’s current endpoint is the primary endpoint.</summary> <returns>Type: Returns_Booleantrue if the current endpoint is the primary endpoint; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IEndpointSwitch.PrimaryEndpoint"> <summary>Gets the primary web service endpoint for accessing an organization.</summary> <returns>Type: Returns_URIThe primary web service endpoint.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"> <summary>Represents a configured pn_microsoftcrm service.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.Authenticate(System.IdentityModel.Tokens.SecurityToken)"> <summary>Authenticates against the trusted pn_microsoftcrm Secure Token Service using a security token.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response. </returns> <param name="securityToken">Type: Returns_SecurityToken. A security token retrieved from an identity provider other than the trusted pn_microsoftcrm Secure Token Service (when in federation mode).</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.Authenticate(System.ServiceModel.Description.ClientCredentials)"> <summary>Authenticates against the trusted pn_microsoftcrm Secure Token Service using client credentials. </summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response. </returns> <param name="clientCredentials">Type: Returns_ClientCredentials. Specifies a client credential instance containing either Windowshttp://msdn.microsoft.com/en-us/library/system.servicemodel.description.clientcredentials.windows.aspx credentials or UserNamehttp://msdn.microsoft.com/en-us/library/system.servicemodel.description.clientcredentials.username.aspx credentials.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.Authenticate(System.ServiceModel.Description.ClientCredentials,Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)"> <summary>Authenticates against pn_Windows_Live_ID using client credentials and a security token response.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response.</returns> <param name="deviceSecurityToken">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>. A security token response received from authenticating the user's device with pn_Windows_Live_ID.</param> <param name="clientCredentials">Type: Returns_ClientCredentials. Specifies a client credential instance containing UserNamehttp://msdn.microsoft.com/en-us/library/system.servicemodel.description.clientcredentials.username.aspx credentials where the UserName and Password properties are set.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.AuthenticateCrossRealm(System.IdentityModel.Tokens.SecurityToken,System.String,System.Uri)"> <summary>Authenticates against a remote Secure Token Service (STS) using a security token retrieved from an identity provider (when in federation mode).</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see> The security token response.</returns> <param name="crossRealmSts">Type: Returns_URI. Specifies the URI of the cross realm STS metadata endpoint.</param> <param name="appliesTo">Type: Returns_String. Specifies the identifier of the STS to authenticate on behalf of.</param> <param name="securityToken">Type: Returns_SecurityToken. Specifies a security token issued from an identity provider.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.AuthenticateCrossRealm(System.ServiceModel.Description.ClientCredentials,System.String,System.Uri)"> <summary>Authenticates against a remote Secure Token Service (STS) using client credentials.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response.</returns> <param name="crossRealmSts">Type: Returns_URI. Specifies the URI of the cross realm STS metadata endpoint.</param> <param name="appliesTo">Type: Returns_String. Specifies the identifier of the STS to authenticate on behalf of.</param> <param name="clientCredentials">Type: Returns_ClientCredentials. Specifies a client credentials instance with the Windows credentials or the UserName (.UserName and .Password) set.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.AuthenticateDevice(System.ServiceModel.Description.ClientCredentials)"> <summary>Authenticates a registered device against pn_Windows_Live_ID.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see> The security token response.</returns> <param name="clientCredentials">Type: Returns_ClientCredentials. Specifies a client credential instance.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.CreateChannelFactory"> <summary>Creates a client factory that uses the default Kerberos credentials.</summary> <returns>Type: Returns_ChannelFactory_Generic<TService>The channel factory.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.CreateChannelFactory(Microsoft.Xrm.Sdk.Client.ClientAuthenticationType)"> <summary>Creates a WCF channel factory with a specified type of authentication.</summary> <returns>Type: Returns_ChannelFactory_Generic<TService>The channel factory.</returns> <param name="clientAuthenticationType">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ClientAuthenticationType"></see>. Specifies the type of authentication.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.CreateChannelFactory(System.ServiceModel.Description.ClientCredentials)"> <summary>Creates a WCF channel factory that supports passing the client credentials, regardless of whether in federation authentication mode or not.</summary> <returns>Type: Returns_ChannelFactory_Generic< TService>The channel factory.</returns> <param name="clientCredentials">Type: Returns_ClientCredentials. Specifies client authentication credentials.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.GetIdentityProvider(System.String)"> <summary>Returns the identity provider used for a specified user when accessing a service.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IdentityProvider"></see>The identity provider.</returns> <param name="userPrincipalName">Type: Returns_String. Specifies a user principal name (UPN).</param> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.AuthenticationType"> <summary>Gets the type of authentication in use by the identity provider of the service.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType"></see>Thee type of authentication being used.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.CrossRealmIssuerEndpoints"> <summary>Gets the available endpoints of the user’s home realm identity provider.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection"></see>The available endpoints.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.CurrentIssuer"> <summary>Gets or sets the endpoint used by the Secure Token Service (STS) to issue the trusted token.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpoint"></see>The endpoint used by the Secure Token Service (STS) to issue the trusted token.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.CurrentServiceEndpoint"> <summary>Gets or sets the current endpoint in use by a service.</summary> <returns>Type: Returns_ServiceEndpointThe current endpoint in use by a service.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.IssuerEndpoints"> <summary>Gets the available endpoints of the security token service (STS).</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary"></see>The available endpoints of the security token service (STS).</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.PolicyConfiguration"> <summary>Gets the policy configuration that identifies a Secure Token Service (STS).</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.PolicyConfiguration"></see>The policy configuration.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1.ServiceEndpoints"> <summary>Gets the available endpoints of the service.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary"></see>The available endpoints of the service.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1"> <summary>An interface which provides a simpler authentication experience.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.Authenticate(Microsoft.Xrm.Sdk.Client.AuthenticationCredentials)"> <summary>Authenticates the logged on user with the service.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials"></see>The user’s authentication credentials, including the final security token.</returns> <param name="authenticationCredentials">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.AuthenticationCredentials"></see>. Specifies the user’s logon credentials.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.CreateChannelFactory"> <summary>Creates a WCF channel factory that uses the default Kerberos credentials.</summary> <returns>Type: Returns_ChannelFactory_Generic<TService> where TService: <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>The WCF channel factory.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.CreateChannelFactory(Microsoft.Xrm.Sdk.Client.ClientAuthenticationType)"> <summary>Creates a WCF channel factory with a specified type of authentication.</summary> <returns>Type: Returns_ChannelFactory_Generic<TService> where TService: <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>The WCF channel factory.</returns> <param name="clientAuthenticationType">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ClientAuthenticationType"></see>. Specifies the type of authentication.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.CreateChannelFactory(System.ServiceModel.Description.ClientCredentials)"> <summary>Creates a WCF channel factory using specified client credentials.</summary> <returns>Type: Returns_ChannelFactory_Generic<TService> where TService: <see cref="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"></see> or <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>The WCF channel factory.</returns> <param name="clientCredentials">Type: Returns_ClientCredentials. Specifies the client credentials to use.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.GetIdentityProvider(System.String)"> <summary>Returns the identity provider used for a specified user when accessing a service.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IdentityProvider"></see>The identity provider used for a specified user when accessing a service.</returns> <param name="userPrincipalName">Type: Returns_String. Specifies a user principal name (UPN).</param> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.AuthenticationType"> <summary>Gets the type of authentication in use by the identity provider of the service.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.AuthenticationProviderType"></see>The type of authentication used by the identity provider.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.CrossRealmIssuerEndpoints"> <summary>Gets the available endpoints of the user’s home realm identity provider.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.CrossRealmIssuerEndpointCollection"></see>The available endpoints of the user’s home realm identity provider.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.CurrentServiceEndpoint"> <summary>Gets or sets the current endpoint in use by a service.</summary> <returns>Type: Returns_ServiceEndpointThe current endpoint in use by a service.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.IssuerEndpoints"> <summary>Gets the available endpoints of the security token service (STS).</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary"></see>The available endpoints of the security token service (STS).</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IServiceManagement`1.PolicyConfiguration"> <summary>Gets the policy configuration that identifies a Secure Token Service (STS).</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.PolicyConfiguration"></see>The policy configuration that identifies a Secure Token Service (STS).</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.IssuerEndpoint"> <summary>Represents an issuer endpoint.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IssuerEndpoint.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpoint"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IssuerEndpoint.CredentialType"> <summary>Gets or sets the type of credentials the endpoint supports.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType"></see>The type of credentials the endpoint supports.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IssuerEndpoint.IssuerAddress"> <summary>Gets or sets the actual URL that provides authentication for a particular credential type.</summary> <returns>Type: Returns_EndpointAddress The actual URL that provides authentication for a particular credential type.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IssuerEndpoint.IssuerBinding"> <summary>Gets or sets the binding information used to construct a channel to the issuer endpoint from a client.</summary> <returns>Type: Returns_Binding The binding information used to construct a channel to the issuer endpoint from a client.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IssuerEndpoint.IssuerMetadataAddress"> <summary>Gets or sets the URL that provides metadata about the set of issuer endpoints hosted by a Secure Token Service (STS).</summary> <returns>Type: Returns_EndpointAddress The URL that provides metadata about the set of issuer endpoints hosted by a Secure Token Service (STS).</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.IssuerEndpoint.TrustVersion"> <summary>Gets or sets the WS-Trust standard, either 1.3 or 2005, that is supported on the endpoint. </summary> <returns>Type: Returns_TrustVersionThe WS-Trust standard, either 1.3 or 2005, that is supported on the endpoint.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary"> <summary>Contains a dictionary of <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpoint"></see> objects.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary.#ctor"> <summary>Initializes a new instance of the IssuerEndpointDictionary class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.IssuerEndpointDictionary.GetIssuerEndpoint(Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType)"> <summary>Obtains the issuer endpoint from a Secure Token Service.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IssuerEndpoint"></see>The issuer endpoint from a Secure Token Service.</returns> <param name="credentialType">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType"></see>. Specifies the credential type used by the issuer endpoint.</param> </member> <member name="T:Microsoft.Xrm.Sdk.Client.LiveIdentityProviderTrustConfiguration"> <summary>Contains identity provider configuration information specific to pn_Windows_Live_ID.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.LiveIdentityProviderTrustConfiguration.Endpoint"> <summary>Gets the endpoint of the pn_Windows_Live_ID identity provider.</summary> <returns>Type: Returns_URI The endpoint of the pn_Windows_Live_ID identity provider.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.LiveIdPolicyConfiguration"> <summary>Contains a policy configuration that identifies a Secure Token Service for use with pn_Windows_Live_ID authentication.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.LocalIdentityProvider"> <summary>Represents an Active Directory Federation Services (ADFS) based identity provider.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.LocalIdentityProvider.#ctor"> <summary>Initializes a new instance of the LocalIdentityProvider class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.MergeOption"> <summary>Describes the synchronization option for sending or receiving entity data to or from a data service using the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.MergeOption.AppendOnly"> <summary>New pn_microsoftcrm entities are appended. Existing entities or their original values are not be modified. No client-side changes are lost in this merge. This is the default behavior. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.MergeOption.NoTracking"> <summary>pn_microsoftcrm entities are always loaded from persisted storage. Any attribute changes made to entities in the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> are overwritten by the data source values. Value = 3.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.MergeOption.OverwriteChanges"> <summary>All current values on the client are overwritten with current values from the Web service regardless of whether they have been changed on the client. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.MergeOption.PreserveChanges"> <summary>Current values that have been changed on the client are not modified, but any unchanged values are updated with current values from the Web service. No client-side changes are lost in this merge. Value = 2.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.OnlineFederationPolicyConfiguration"> <summary>Contains pn_MS_Online_Services specific information for connecting to the pn_crm_online server.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.OnlineIdentityProvider"> <summary>Represents a pn_MS_Online_Services based identity provider.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OnlineIdentityProvider.#ctor"> <summary>Initializes a new instance of the OnlineIdentityProvider class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.OnlinePolicyConfiguration"> <summary>Contains general information used when connecting to pn_CRM_Online.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.OnlinePolicyConfiguration.OnlineProviders"> <summary>Contains the available identity providers for the pn_CRM_Online service.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IdentityProviderTypeDictionary"></see>The available identity providers for the pn_CRM_Online service.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"> <summary>Represents the runtime context of the data service that is used to track pn_microsoftcrm entities and that sends and receives entities from the server.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.#ctor(Microsoft.Xrm.Sdk.IOrganizationService)"> <summary>Creates a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> class.</summary> <param name="service">Type: <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>. The service that provides access to organization data.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.AddLink(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)"> <summary>Adds the specified link to the set of objects the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking.</summary> <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity related to the source entity by the new link.</param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The navigation property or attribute on the source object that returns the related object.</param> <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The source entity for the new link.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.AddObject(Microsoft.Xrm.Sdk.Entity)"> <summary>Adds the specified entity to the set of entities that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking.</summary> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.AddRelatedObject(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)"> <summary>Adds a related entity to the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> and creates the link that defines the relationship between the two entities in a single request.</summary> <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The related object that is being added.</param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property that returns the related object based on an association between the two entities.</param> <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The parent entity that is being tracked by the context.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Attach(Microsoft.Xrm.Sdk.Entity)"> <summary>Notifies the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> to start tracking the specified entity.</summary> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be tracked.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.AttachLink(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)"> <summary>Notifies the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> to start tracking the specified link that defines a relationship between entity objects.</summary> <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity in the link that is bound to the source entity specified in this call. </param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source object that represents the link between the source and target object.</param> <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The source entity in the new link.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.ClearChanges"> <summary>Clears all tracking of entities by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.CreateQuery(System.String)"> <summary>Creates a web service pn_LINQ query for the specified entity.</summary> <returns>Type: Returns_IQueryable_Generic<<see cref="T:Microsoft.Xrm.Sdk.Entity"></see>>.The query of the specified entity.</returns> <param name="entityLogicalName">Type: Returns_String. The logical name of the entity to be queried.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.CreateQuery``1"> <summary>Creates a Web service pn_LINQ query for the specified entity.</summary> <returns>Type: Returns_IQueryable_Generic<<see cref="T:Microsoft.Xrm.Sdk.Entity"></see>>The query of the specified entity.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.CreateQuery``1(System.Linq.IQueryProvider,System.String)"> <summary>Creates a web service pn_LINQ query for the specified entity.</summary> <returns>Type: Returns_IQueryable_Generic<<see cref="T:Microsoft.Xrm.Sdk.Entity"></see>>The query of the specified entity type..</returns> <param name="provider">Type: Returns_IQueryProvider. The provider of the Web service.</param> <param name="entityLogicalName">Type: Returns_String. The logical name of the entity to be queried.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.DeleteLink(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)"> <summary>Changes the state of the link to deleted in the list of links being tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary> <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity involved in the link that is bound to the source entity.</param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source entity that is used to access the target entity.</param> <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The source entity in the link to be marked for deletion.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.DeleteObject(Microsoft.Xrm.Sdk.Entity)"> <summary>Changes the state of the specified entity to be deleted in the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The tracked entity to be changed to the deleted state.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.DeleteObject(Microsoft.Xrm.Sdk.Entity,System.Boolean)"> <summary>Changes the state of the specified entity to be deleted in the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The tracked entity to be changed to the deleted state.</param> <param name="recursive">Type: Returns_Boolean. true to specify entities to be deleted recursively, otherwise false.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Detach(Microsoft.Xrm.Sdk.Entity)"> <summary>Removes the entity from the set of entities that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking.</summary> <returns>Type: Returns_Boolean. true if the specified entity was detached; otherwise false.</returns> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be removed from the set of entities that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Detach(Microsoft.Xrm.Sdk.Entity,System.Boolean)"> <summary>Removes the entity from the set of entities that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking.</summary> <returns>Type: Returns_Boolean. Returns true if the specified entity was detached; otherwise false.</returns> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be removed from the set of entities that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking.</param> <param name="recursive">Type: Returns_Boolean. true to specify entities to be detached recursively, otherwise false.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.DetachLink(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)"> <summary>Removes the specified link from the list of links being tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary> <returns>Type: Returns_Boolean. true if the specified entity was detached; otherwise false.</returns> <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity involved in the link that is bound to the source object.</param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source entity that represents the source in the link between the source and the target.</param> <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The source entity participating in the link to be marked for deletion.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Dispose"> <summary>Disposes of the service context.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Dispose(System.Boolean)"> <summary>Disposes of the service context.</summary> <param name="disposing">Type: Returns_Boolean.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)"> <summary>Executes a message in the form of a request, and returns a response.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse"></see>. The response returned from processing the organization request.</returns> <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse"></see>. The request to be sent.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.Finalize"> <summary>Destructor for the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.GetAttachedEntities"> <summary>Gets an enumerable collection of the entities attached to the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary> <returns>Type: Returns_IEnumerable_Generic<<see cref="T:Microsoft.Xrm.Sdk.Entity"></see>>.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.IsAttached(Microsoft.Xrm.Sdk.Entity)"> <summary>Determines whether an entity is attached and therefore being tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary> <returns>Type: Returns_Boolean. true if the specified entity is attached to the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>; otherwise, false.</returns> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be determined if it is attached.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.IsAttached(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)"> <summary>Determines whether an entity relationship is attached and therefore being tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</summary> <returns>Type: Returns_Boolean. true if the specified entity is attached to the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>; otherwise, false.</returns> <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity in the link.</param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source entity that represents the link between the source and target entity.</param> <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The source entity in the link.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.IsDeleted(Microsoft.Xrm.Sdk.Entity)"> <summary>Determines whether an entity has been deleted.</summary> <returns>Type: Returns_Boolean. true if the specified entity is deleted; otherwise, false.</returns> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be determined if it is deleted.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.IsDeleted(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)"> <summary>Determines whether a relationship has been deleted.</summary> <returns>Type: Returns_Boolean. true if the specified entity is deleted; otherwise, false.</returns> <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity in the link.</param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source entity that represents the link between the source and target entity.</param> <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The source entity in the link.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.LoadProperty(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship)"> <summary>Loads the related entity collection for the specified relationshp.</summary> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity with the relationship to be loaded.</param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the entity that represents the relationship to be retrieved.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.LoadProperty(Microsoft.Xrm.Sdk.Entity,System.String)"> <summary>Loads deferred content for a specified property from the Web service.</summary> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity that contains the property to load.</param> <param name="propertyName">Type: Returns_String. The name of the property of the specified entity to load.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnBeginEntityTracking(Microsoft.Xrm.Sdk.Entity)"> <summary>Virtual (Overridable) method called when entity tracking begins.</summary> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnBeginLinkTracking(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)"> <summary>Virtual (Overridable) method called when link tracking begins.</summary> <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity in the link that is bound to the source entity specified in this call.</param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source object that represents the link between the source and target object.</param> <param name="source">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The navigation property or attribute on the source object that returns the related object.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnEndEntityTracking(Microsoft.Xrm.Sdk.Entity)"> <summary>Virtual (Overridable) method called after entity tracking ends.</summary> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The entity to be tracked by the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see>.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnEndLinkTracking(Microsoft.Xrm.Sdk.Entity,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.Entity)"> <summary>Virtual (Overridable) method called after link tracking ends.</summary> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The navigation property or attribute on the source object that returns the related object.</param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the attribute or navigation property on the source object that represents the link between the source and target object.</param> <param name="target">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The target entity in the link that is bound to the source entity specified in this call.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnExecute(Microsoft.Xrm.Sdk.OrganizationRequest,Microsoft.Xrm.Sdk.OrganizationResponse)"> <summary>Virtual (Overridable) method called after <see cref="M:Microsoft.Xrm.Sdk.IOrganizationService.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)"></see> is called and before a response is returned.</summary> <param name="response">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse"></see>. The response that is to be returned from processing the request.</param> <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see>. The request being processed.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnExecute(Microsoft.Xrm.Sdk.OrganizationRequest,System.Exception)"> <summary>Virtual (Overridable) method called after <see cref="M:Microsoft.Xrm.Sdk.IOrganizationService.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)"></see> is called and before an exception is re-thrown.</summary> <param name="exception">Type: Returns_Exception. The exception thrown from processing the request.</param> <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see>. The request being processed.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnExecuting(Microsoft.Xrm.Sdk.OrganizationRequest)"> <summary>Virtual (Overridable) method called before <see cref="M:Microsoft.Xrm.Sdk.IOrganizationService.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)"></see> is called.</summary> <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see>. The request being processed.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnSaveChanges(Microsoft.Xrm.Sdk.SaveChangesResultCollection)"> <summary>Virtual (Overridable) method called after an attempt to save data changes.</summary> <param name="results">Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>. The results of the save changes operation.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.OnSavingChanges(Microsoft.Xrm.Sdk.Client.SaveChangesOptions)"> <summary>Virtual (Overridable) method called before an attempt to save changes is performed.</summary> <param name="options">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions"></see>. Save changes options.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"> <summary>Saves the changes that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking to pn_microsoftcrm.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>A <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see> that contains status, headers, and errors that result from the call to <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see>.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges(Microsoft.Xrm.Sdk.Client.SaveChangesOptions)"> <summary>Saves the changes that the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> is tracking to pn_microsoftcrm.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see>A <see cref="T:Microsoft.Xrm.Sdk.SaveChangesResultCollection"></see> that contains status, headers, and errors that result from the call to <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see>.</returns> <param name="options">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions"></see>. Indicates how changes are saved.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.UpdateObject(Microsoft.Xrm.Sdk.Entity)"> <summary>Changes the state of the specified entity in the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> to Modified.</summary> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The tracked entity to be assigned to the Modified state.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.UpdateObject(Microsoft.Xrm.Sdk.Entity,System.Boolean)"> <summary>Changes the state of the specified entity in the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext"></see> to Modified.</summary> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. The tracked entity to be assigned to the Modified state.</param> <param name="recursive">Type: Returns_Boolean. true if operation should be recursive; otherwise false.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.MergeOption"> <summary>Gets or sets the synchronization option for receiving entities from the Web service.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.MergeOption"></see>The synchronization option for receiving entities from the Web service.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.QueryProvider"> <summary>Gets the query provider.</summary> <returns>Type: Returns_IQueryProviderThe query provider.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChangesDefaultOptions"> <summary>Gets or sets the <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions"></see> values that are used by the <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges(Microsoft.Xrm.Sdk.Client.SaveChangesOptions)"></see> method.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions"></see>The <see cref="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions"></see> values that are used by the <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges(Microsoft.Xrm.Sdk.Client.SaveChangesOptions)"></see> method.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy"> <summary>Implements <see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see> and provides an authenticated WCF channel to the organization service.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceConfiguration{Microsoft.Xrm.Sdk.IOrganizationService},Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy"></see> class using a service configuration and a security token response.</summary> <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see><<see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>>. A service configuration.</param> <param name="securityTokenResponse">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>. A security token response.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceConfiguration{Microsoft.Xrm.Sdk.IOrganizationService},System.ServiceModel.Description.ClientCredentials)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy"></see> class using a service configuration and client credentials.</summary> <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see><<see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>>. A service configuration.</param> <param name="clientCredentials">Type: Returns_ClientCredentials. The logon credentials of the client.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceManagement{Microsoft.Xrm.Sdk.IOrganizationService},Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy"></see> class using a service management and a security token response.</summary> <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see><<see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>>. A service management.</param> <param name="securityTokenResponse">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>. A security token response.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.#ctor(Microsoft.Xrm.Sdk.Client.IServiceManagement{Microsoft.Xrm.Sdk.IOrganizationService},System.ServiceModel.Description.ClientCredentials)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy"></see> class using a service configuration and client credentials.</summary> <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see><<see cref="T:Microsoft.Xrm.Sdk.IOrganizationService"></see>>. A service management.</param> <param name="clientCredentials">Type: Returns_ClientCredentials. The logon credentials of the client.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.#ctor(System.Uri,System.Uri,System.ServiceModel.Description.ClientCredentials,System.ServiceModel.Description.ClientCredentials)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy"></see> class using a organization service URI, home realm URI, and client and device credentials.</summary> <param name="deviceCredentials">Type: Returns_ClientCredentials. The Windows Live ID device credentials.</param> <param name="homeRealmUri">Type: Returns_URI. This parameter is set to a non-null value when a second ADFS instance is configured as an identity provider to the ADFS instance that pn_CRM_2011 has been configured with for claims authentication. The parameter value is the URI of the WS-Trust metadata endpoint of the second ADFS instance.</param> <param name="uri">Type: Returns_URI. The URI of the organization service.</param> <param name="clientCredentials">Type: Returns_ClientCredentials. The logon credentials of the client.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Associate(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)"> <summary>Creates a link between records.</summary> <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see>. A collection of entity references (references to records) to be associated.</param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the relationship to be used to create the link.</param> <param name="entityName">Type: Returns_String. The logical name of the entity specified in the entityId parameter.</param> <param name="entityId">Type: Returns_Guid. The ID of the record to which the related records will be associated.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.AssociateCore(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Create(Microsoft.Xrm.Sdk.Entity)"> <summary>Creates a record.</summary> <returns>Type: Returns_GuidThe ID of the created entity.</returns> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. An entity instance that contains the properties to set in the newly created record.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.CreateCore(Microsoft.Xrm.Sdk.Entity)"> <summary>internal</summary> <returns>Type: Returns_GuidThe ID of the created entity.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Delete(System.String,System.Guid)"> <summary>Deletes a record.</summary> <param name="id">Type: Returns_Guid. The ID of the record of the record to delete.</param> <param name="entityName">Type: Returns_String. The logical name of the entity specified in the entityId parameter.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.DeleteCore(System.String,System.Guid)"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Disassociate(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)"> <summary>Deletes a link between records. </summary> <param name="relatedEntities">Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see>. A collection of entity references (references to records) to be disassociated.</param> <param name="relationship">Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>. The name of the relationship to be used to remove the link.</param> <param name="entityName">Type: Returns_String. The logical name of the entity specified in the entityId parameter.</param> <param name="entityId">Type: Returns_Guid. The ID of the record from which the related records will be disassociated.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.DisassociateCore(System.String,System.Guid,Microsoft.Xrm.Sdk.Relationship,Microsoft.Xrm.Sdk.EntityReferenceCollection)"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.EnableProxyTypes"> <summary>Enables support for the early-bound entity types.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.EnableProxyTypes(System.Reflection.Assembly)"> <summary>Enables support for the early-bound entity types exposed in a specified assembly.</summary> <param name="assembly">Type: Returns_Assembly. An assembly containing early-bound entity types.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Execute(Microsoft.Xrm.Sdk.OrganizationRequest)"> <summary>Executes a message in the form of a request, and returns a response.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse"></see>. You must cast the return value of this method to the specific instance of the response that corresponds to the Request parameter.</returns> <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see>. An instance of a request class that defines the action to be performed.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.ExecuteCore(Microsoft.Xrm.Sdk.OrganizationRequest)"> <summary>internal</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationResponse"></see>.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Retrieve(System.String,System.Guid,Microsoft.Xrm.Sdk.Query.ColumnSet)"> <summary>Retrieves a record.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>.The requested entity.</returns> <param name="id">Type: Returns_Guid. The ID of the record you want to retrieve.</param> <param name="columnSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see>. A query that specifies the set of columns, or attributes, to retrieve.</param> <param name="entityName">Type: Returns_String. The logical name of the entity specified in the entityId parameter.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.RetrieveCore(System.String,System.Guid,Microsoft.Xrm.Sdk.Query.ColumnSet)"> <summary>internal</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.RetrieveMultiple(Microsoft.Xrm.Sdk.Query.QueryBase)"> <summary>Retrieves a collection of records.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityCollection"></see>.A collection of entity records.</returns> <param name="query">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.QueryBase"></see>. A query that determines the set of records to retrieve.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.RetrieveMultipleCore(Microsoft.Xrm.Sdk.Query.QueryBase)"> <summary>internal</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityCollection"></see>.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.Update(Microsoft.Xrm.Sdk.Entity)"> <summary>Updates an existing record.</summary> <param name="entity">Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>. An entity instance that has one or more properties set to be updated in the record.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.UpdateCore(Microsoft.Xrm.Sdk.Entity)"> <summary>internal</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.CallerId"> <summary>Gets or sets the ID of the user for whom SDK calls are made on behalf of.</summary> <returns>Type: Returns_Guid.The ID of the user for whom SDK calls are made on behalf of.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.SdkClientVersion"> <summary>Gets or sets the version of the client.</summary> <returns>Type: Returns_String.The version of the client.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.SyncOperationType"> <summary>internal</summary> <returns>Type: Returns_String.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.OrgIdentityProviderTrustConfiguration"> <summary>Contains identity provider configuration information specific to pn_MS_Online_Services ID.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.OrgIdentityProviderTrustConfiguration.Endpoint"> <summary>Gets the endpoint of the User ID identity provider.</summary> <returns>Type: Returns_URI The endpoint of the User ID identity provider.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.OrgIdentityProviderTrustConfiguration.Identifier"> <summary>Gets the name of the identity service.</summary> <returns>Type: Returns_URIThe name of the identity service.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.OrgIdentityProviderTrustConfiguration.LivePartnerIdentifier"> <summary>The pn_Windows_Live ID provider that has a trust relationship with the OrgId provider. This is related to the transition of pn_Windows_Live ID organizations to the pn_ms_online_services_environment.</summary> <returns>Type: Returns_StringThe identifier of the pn_Windows_Live provider.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.PolicyConfiguration"> <summary>Contains a policy configuration that identifies a Secure Token Service (STS).</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.PolicyConfiguration.SecureTokenServiceIdentifier"> <summary>Gets an identifier of a Secure Token Service (STS) provider.</summary> <returns>Type: Returns_StringThe identifier of a Secure Token Service (STS) provider.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.ProxyTypesAssemblyAttribute"> <summary>Indicates that the assembly contains early-bound types generated by the CrmSvcUtil utility.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesAssemblyAttribute.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ProxyTypesAssemblyAttribute"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior"> <summary>Enables early-bound entity types on a service proxy.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior.#ctor"> <summary>Initializes a new instance of the ProxyTypesBehavior class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior.#ctor(System.Reflection.Assembly)"> <summary>Initializes a new instance of the ProxyTypesBehavior class using an assembly containing proxy types generated by the CrmSvcUtil utility.</summary> <param name="proxyTypesAssembly">Type: Returns_Assembly. An assembly containing proxy types.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior.System#ServiceModel#Description#IEndpointBehavior#AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)"> <summary>Refer to the IEndpointBehavior Interfacehttp://msdn.microsoft.com/en-us/library/system.servicemodel.description.iendpointbehavior.aspx. </summary> <param name="serviceEndpoint">Type: Returns_ServiceEndpoint. A service endpoint.</param> <param name="bindingParameters">Type: Returns_BindingParameterCollection. A collection of binding parameters that store information used by binding elements to build factories.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior.System#ServiceModel#Description#IEndpointBehavior#ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)"> <summary>Refer to the IEndpointBehavior Interfacehttp://msdn.microsoft.com/en-us/library/system.servicemodel.description.iendpointbehavior.aspx. </summary> <param name="serviceEndpoint">Type: Returns_ServiceEndpoint. A service endpoint.</param> <param name="behavior">Type: Returns_ClientRuntime. The insertion point for classes that extend the functionality of Windows Communication Foundation (WCF) client objects.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior.System#ServiceModel#Description#IEndpointBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)"> <summary>Refer to the IEndpointBehavior Interfacehttp://msdn.microsoft.com/en-us/library/system.servicemodel.description.iendpointbehavior.aspx. </summary> <param name="serviceEndpoint">Type: Returns_ServiceEndpoint. A service endpoint.</param> <param name="endpointDispatcher">Type: Returns_EndpointDispatcher. The run-time object that exposes properties that enable the insertion of run-time extensions or modifications for messages in service applications.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ProxyTypesBehavior.System#ServiceModel#Description#IEndpointBehavior#Validate(System.ServiceModel.Description.ServiceEndpoint)"> <summary>Refer to the IEndpointBehavior Interfacehttp://msdn.microsoft.com/en-us/library/system.servicemodel.description.iendpointbehavior.aspx. </summary> <param name="serviceEndpoint">Type: Returns_ServiceEndpoint. A service endpoint.</param> </member> <member name="T:Microsoft.Xrm.Sdk.Client.RealmInfo"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.RealmInfo.#ctor"> <summary>internal</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.AllowFedUsersLiveIdSignIn"> <summary>internal</summary> <returns>Type: Returns_Boolean.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.AuthorizationUrl"> <summary>internal</summary> <returns>Type: Returns_String.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.Certificate"> <summary>internal</summary> <returns>Type: Returns_String.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.DomainName"> <summary>internal</summary> <returns>Type: Returns_String.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.EduDomains"> <summary>internal</summary> <returns>Type: Returns_Int32.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.FederationBrandName"> <summary>internal</summary> <returns>Type: Returns_String.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.FederationGlobalVersion"> <summary>internal</summary> <returns>Type: Returns_String.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.FederationTier"> <summary>internal</summary> <returns>Type: Returns_Int32.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.IsFederatedNamespace"> <summary>internal</summary> <returns>Type: Returns_Boolean.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.LogOn"> <summary>internal</summary> <returns>Type: Returns_String.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.MetadataUrl"> <summary>internal</summary> <returns>Type: Returns_String.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.NamespaceType"> <returns>Type: Returns_String.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.PreferredProtocol"> <summary>internal</summary> <returns>Type: Returns_Int32.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.SamlAuthUrl"> <summary>internal</summary> <returns>Type: Returns_String.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.State"> <summary>internal</summary> <returns>Type: Returns_String.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.TokenServiceAuthenticationUrl"> <summary>internal</summary> <returns>Type: Returns_String.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RealmInfo.UserState"> <summary>internal</summary> <returns>Type: Returns_String.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.RequestProxyAttribute"> <summary>Indicates the name of the message request, represented by the <see cref="T:Microsoft.Crm.Services.Utility.SdkMessageRequest"></see> entity, to which the request corresponds.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.RequestProxyAttribute.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.RequestProxyAttribute"></see> class.</summary> <param name="name">Type: Returns_String. Specifies the name of the message request.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Client.RequestProxyAttribute.Name"> <summary>Gets the name of the message request.</summary> <returns>Type: Returns_String The name of the message request.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.ResponseProxyAttribute"> <summary>Indicates the name of the message response, represented by the <see cref="T:Microsoft.Crm.Services.Utility.SdkMessageResponse"></see> entity, to which the response corresponds.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ResponseProxyAttribute.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ResponseProxyAttribute"></see> class.</summary> <param name="name">Type: Returns_String. Specifies the name of the message response.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ResponseProxyAttribute.Name"> <summary>Gets the name of the message response.</summary> <returns>Type: Returns_String The name of the message response.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.SaveChangesOptions"> <summary>Describes how the <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method behaves when an error occurs while updating data in pn_microsoftcrm.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.SaveChangesOptions.ContinueOnError"> <summary>The <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method should continue applying changes to tracked entities in pn_microsoftcrm even if an action fails. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.SaveChangesOptions.None"> <summary>The <see cref="M:Microsoft.Xrm.Sdk.Client.OrganizationServiceContext.SaveChanges"></see> method should throw an exception when an error occurs while updating data in pn_microsoftcrm. Value = 0.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"> <summary>Contains a security token response.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse.#ctor"> <summary>Initializes a new instance of the SecurityTokenResponse class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse.Response"> <summary>Gets or sets the security token request response.</summary> <returns>Type: Returns_RequestSecurityTokenResponseThe security token request response.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse.Token"> <summary>Gets or sets the security token.</summary> <returns>Type: Returns_SecurityTokenThe security token.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.ServiceChannel`1"> <summary>Represents a communication channel to a pn_microsoftcrm service.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.#ctor(System.ServiceModel.ChannelFactory{`0})"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceChannel`1"></see> class using a channel factory. internal</summary> <param name="factory">Type: Returns_ChannelFactory_Generic. A channel factory.</param> </member> <member name="E:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.ChannelClosed"> <summary>Occurs when a service channel transitions into the closed state.</summary> </member> <member name="E:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.ChannelFaulted"> <summary>Occurs when a service channel transitions into the faulted state.</summary> </member> <member name="E:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.ChannelOpened"> <summary>Occurs when a service channel transitions into the opened state.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Abort"> <summary>Causes a service channel to transition immediately from its current state into the closing state.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Close"> <summary>Causes a service channel to transition from its current state into the closed state.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.CreateChannel"> <summary>Creates a new WCF channel. </summary> <returns>Type: Returns_IOutputChannel or Returns_IRequestChannelThe new WCF channel associated with the service channel.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Dispose"> <summary>Disposes the service channel.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Finalize"> <summary>Finalizes the service channel.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.OnChannelClosed(Microsoft.Xrm.Sdk.Client.ChannelEventArgs)"> <summary>Inserts processing on a service channel after it transitions to the closing state due to the invocation of a synchronous close operation.</summary> <param name="args">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ChannelEventArgs"></see>. Channel event arguments.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.OnChannelFaulted(Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs)"> <summary>Inserts processing on a service channel after it transitions to the faulted state due to the invocation of a synchronous operation.</summary> <param name="args">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs"></see>. Channel faulted event arguments.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.OnChannelOpened(Microsoft.Xrm.Sdk.Client.ChannelEventArgs)"> <summary>Inserts processing on a service channel after it transitions into the opening state which must complete within a specified interval of time.</summary> <param name="args">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ChannelEventArgs"></see>. Channel event arguments.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Open"> <summary>Causes a service channel to transition from the created state into the opened state.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Channel"> <summary>Gets the WCF channel that is associated with the service channel.</summary> <returns>Type: Returns_IOutputChannel or Returns_IRequestChannel The WCF channel associated with the service channel.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.CommunicationObject"> <summary>Gets the communication object that is associated with the service channel.</summary> <returns>Type: Returns_ICommunicationObjectThe communication object associated with the service channel.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceChannel`1.Factory"> <summary>Gets the channel factory associated with the service channel.</summary> <returns>Type: Returns_ChannelFactory_GenericThe channel factory associated with the service channel.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.ServiceConfigurationFactory"> <summary>Represents a client factory for creating service configurations.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceConfigurationFactory.CreateConfiguration``1(System.Uri)"> <summary>Creates a service configuration.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>A service configuration object.</returns> <param name="serviceUri">Specifies the service’s URI.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceConfigurationFactory.CreateConfiguration``1(System.Uri,System.Boolean,System.Reflection.Assembly)"> <summary>Creates a service configuration</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>A service configuration object.</returns> <param name="serviceUri">Specifies the web service’s URI.</param> <param name="assembly">An assembly containing proxy types.</param> <param name="enableProxyTypes">True to enable proxy types; otherwise, False.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceConfigurationFactory.CreateManagement``1(System.Uri)"> <summary>Creates a service management.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see>A service management object.</returns> <param name="serviceUri">Specifies the service’s URI.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceConfigurationFactory.CreateManagement``1(System.Uri,System.Boolean,System.Reflection.Assembly)"> <summary>Creates a service management.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see>A service management object.</returns> <param name="serviceUri">Specifies the service’s URI.</param> <param name="assembly">An assembly containing proxy types.</param> <param name="enableProxyTypes">True to enable proxy types; otherwise, False.</param> </member> <member name="T:Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary"> <summary>Contains a dictionary of Returns_ServiceEndpoint objects.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary.#ctor"> <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata"> <summary>Container class for metadata information about a service.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata.MetadataConversionErrors"> <summary>Gets the errors that occurred during metadata retrieval from the service.</summary> <returns>Type: Returns_Collection The errors that occurred during metadata retrieval from the service.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata.ServiceEndpoints"> <summary>Gets the service endpoint URIs.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceEndpointDictionary"></see>The service endpoint URIs.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata.ServiceMetadata"> <summary>Gets the WSDL metadata for the service.</summary> <returns>Type: Returns_MetadataSetThe WSDL metadata for the service.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceEndpointMetadata.ServiceUrls"> <summary>Gets the primary and alternate URLs for the service.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceUrls"></see>The primary and alternate URLs for the service.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.ServiceProxy`1"> <summary>Provides an abstract base class to encapsulate service connection operations and user authentication management.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.#ctor(Microsoft.Xrm.Sdk.Client.IServiceConfiguration{`0},Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceProxy`1"></see> class using a service configuration and security token response. </summary> <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>. A service configuration.</param> <param name="securityTokenResponse">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>. A security token response.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.#ctor(Microsoft.Xrm.Sdk.Client.IServiceConfiguration{`0},System.ServiceModel.Description.ClientCredentials)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceProxy`1"></see> class using a service configuration and client logon credentials.</summary> <param name="serviceConfiguration">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>. A service configuration.</param> <param name="clientCredentials">Type: Returns_ClientCredentials. The logon credentials of the client.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.#ctor(Microsoft.Xrm.Sdk.Client.IServiceManagement{`0},Microsoft.Xrm.Sdk.Client.SecurityTokenResponse)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceProxy`1"></see> class using a service management and security token response.</summary> <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see>. A service management.</param> <param name="securityTokenResponse">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>. A security token response.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.#ctor(Microsoft.Xrm.Sdk.Client.IServiceManagement{`0},System.ServiceModel.Description.ClientCredentials)"> <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Client.ServiceProxy`1"></see> class using a service management and client logon credentials.</summary> <param name="serviceManagement">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see>. A service management.</param> <param name="clientCredentials">Type: Returns_ClientCredentials. The logon credentials of the client.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.#ctor(System.Uri,System.Uri,System.ServiceModel.Description.ClientCredentials,System.ServiceModel.Description.ClientCredentials)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceProxy`1"></see> class using a service URI, a home realm URI, client logon credentials, and pn_Windows_Live device credentials.</summary> <param name="deviceCredentials">Type: Returns_ClientCredentials. The credentials of a device registered with pn_Windows_Live. Only required when authenticating with pn_CRM_Online, otherwise use null.</param> <param name="homeRealmUri">Type: Returns_URI. The URI of the WS-Trust metadata endpoint of a second ADFS instance.</param> <param name="uri">Type: Returns_URI. The URI of the service.</param> <param name="clientCredentials">Type: Returns_ClientCredentials. The client’s logon credentials.</param> </member> <member name="E:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.EndpointSwitched"> <summary>Occurs when a failover recovery has completed and the organization’s current endpoint has been switched to an alternate endpoint.</summary> </member> <member name="E:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.EndpointSwitchRequired"> <summary>Occurs when a failover has occurred and a switch from the organization’s current endpoint to an alternate endpoint is required.</summary> </member> <member name="E:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.FactoryClosed"> <summary>Occurs when a channel factory is closed. </summary> </member> <member name="E:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.FactoryFaulted"> <summary>Occurs when a channel factory is faulted.</summary> </member> <member name="E:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.FactoryOpened"> <summary>Occurs when a channel factory is opened.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.Authenticate"> <summary>Closes the service channel and channel factory if they are open, and then invokes <see cref="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateCore"></see>.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateCore"> <summary>Authenticates the client with a service.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateCrossRealm"> <summary>Invokes <see cref="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateCrossRealmCore"></see>.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>A security token response.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateCrossRealmCore"> <summary>Authenticates a user in a realm other than the realm that the pn_microsoftcrm server is located in.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>A security token response.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateDevice"> <summary>Invokes <see cref="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateDeviceCore"></see>.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>A security token response.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.AuthenticateDeviceCore"> <summary>Authenticates a device with pn_Windows_Live.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>A security token response.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.CloseChannel(System.Boolean)"> <summary>Closes a validated service channel.</summary> <param name="forceClose">Type: Returns_Boolean. true if the service channel should be forced to close; otherwise, false.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.Dispose"> <summary>Custom implementation of Dispose that disposes the service channel and channel factory.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.Dispose(System.Boolean)"> <summary>Custom implementation of Dispose that disposes the service channel and channel factory.</summary> <param name="disposing">Type: Returns_Boolean. </param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.Finalize"> <summary>Implicitly frees allocated service channel and service factory resources.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.OnFactoryClosed(Microsoft.Xrm.Sdk.Client.ChannelEventArgs)"> <summary>Event handler virtual method for a channel factory that is in a closed state.</summary> <param name="args">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ChannelEventArgs"></see>. Channel events arguments.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.OnFactoryFaulted(Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs)"> <summary>Event handler virtual method for a channel factory that is in a faulted state.</summary> <param name="args">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ChannelFaultedEventArgs"></see>. Faulted channel event arguments.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.OnFactoryOpened(Microsoft.Xrm.Sdk.Client.ChannelEventArgs)"> <summary>Event handler virtual method for a channel factory that is in an opened state.</summary> <param name="args">Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ChannelEventArgs"></see>. Channel event arguments.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.SetBindingTimeout(System.ServiceModel.Channels.Binding,System.TimeSpan,System.TimeSpan,System.TimeSpan)"> <summary>The maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.</summary> <param name="sendTimeout">Type: Returns_TimeSpan.A send operation timespan.</param> <param name="binding">Type: Returns_Binding. The target channel binding.</param> <param name="openTimeout">Type: Returns_TimeSpan. An open operation timespan.</param> <param name="closeTimeout">Type: Returns_TimeSpan.A close operation timespan.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ShouldRetry(System.ServiceModel.Security.MessageSecurityException,System.Nullable{System.Boolean})"> <summary>Checks a message security exception to determine if a service call should be attempted again.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the service call should be tried again; otherwise, false or null.</returns> <param name="retry">Type: Returns_Nullable<Returns_Boolean>. null if this is the first time the check is performed; otherwise, this is the second time and a retry should not be performed.</param> <param name="messageSecurityException">Type: Returns_MessageSecurityException. The exception to check.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.SwitchToAlternateEndpoint"> <summary>Switches the organization’s current endpoint to an alternate endpoint, if one is available.</summary> <returns>Type: Returns_Booleantrue if the switch was successful; otherwise, false.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ValidateAuthentication"> <summary>Authenticates the client and creates a new service channel.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ChannelFactory"> <summary>Gets a WCF channel factory that manages a single channel instance.</summary> <returns>Type: Returns_ChannelFactory_GenericA WCF channel factory.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ClientCredentials"> <summary>Gets the login credentials of the client.</summary> <returns>Type: Returns_ClientCredentialsThe login credentials of the client.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.DeviceCredentials"> <summary>Gets the pn_Windows_Live credentials of a registered device.</summary> <returns>Type: Returns_ClientCredentialsThe pn_Windows_Live credentials of a registered device..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.EndpointAutoSwitchEnabled"> <summary>Gets or sets a value that enables automatic switching from the organization’s current endpoint to an alternate endpoint.</summary> <returns>Type: Returns_Booleantrue to enable automatic switching from the organization’s current endpoint to an alternate endpoint; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.EndpointSwitch"> <summary>Gets the endpoint switch information from the web service configuration.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IEndpointSwitch"></see>The endpoint switch information from the web service configuration.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.HomeRealmSecurityTokenResponse"> <summary>Gets the security token response of the home realm.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response of the home realm.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.HomeRealmUri"> <summary>Gets the home realm URI.</summary> <returns>Type: Returns_URIThe home realm URI.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.IsAuthenticated"> <summary>Gets a value indicating if the WCF channel has been authenticated.</summary> <returns>Type: Returns_Booleantrue if the created WCF channel has been authenticated, otherwise false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.SecurityTokenResponse"> <summary>Gets the security token response.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.SecurityTokenResponse"></see>The security token response.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ServiceChannel"> <summary>Gets the communication channel used to access a pn_microsoftcrm service.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceChannel`1"></see>The communication channel used to access a pn_microsoftcrm service.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ServiceConfiguration"> <summary>Gets a service configuration.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceConfiguration`1"></see>A service configuration.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.ServiceManagement"> <summary>Gets a service management.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Client.IServiceManagement`1"></see>A service management.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.Timeout"> <summary>Gets or sets the maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.</summary> <returns>Type: Returns_TimeSpanThe maximum amount of time a single channel operation has to complete before a timeout fault is raised on a service channel binding.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceProxy`1.UserPrincipalName"> <summary>Gets or sets the UPN that is an Internet-style login name for a user based on the Internet standard RFC 822.</summary> <returns>Type: Returns_StringThe UPN that is an Internet-style login name for a user based on the Internet standard RFC 822.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.ServiceUrls"> <summary>Contains the primary and alternate endpoints of an organization.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Client.ServiceUrls.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Client.ServiceUrls"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceUrls.AlternateEndpoint"> <summary>Gets or sets the alternate endpoint of an organization.</summary> <returns>Type: Returns_URI The alternate endpoint of an organization.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceUrls.GeneratedFromAlternate"> <summary>Gets a value that indicates if the primary endpoint was generated from the alternate endpoint.</summary> <returns>Type: Returns_Booleantrue if the the primary endpoint was generated from the alternate endpoint; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Client.ServiceUrls.PrimaryEndpoint"> <summary>Gets or sets the primary endpoint of an organization.</summary> <returns>Type: Returns_URIThe primary endpoint of an organization.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType"> <summary>Defines the kinds of credentials accepted by a security token service.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.AsymmetricToken"> <summary>An asymmetric credential token. Value =4.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Bearer"> <summary>A bearer token. Value = 7.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Certificate"> <summary>A certificate configured for user identification. Value = 5.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Kerberos"> <summary>A Kerberos credential. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.None"> <summary>No credential endpoint is found. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.SymmetricToken"> <summary>A symmetric credential token. Value = 3.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Username"> <summary>A username and password credential. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Client.TokenServiceCredentialType.Windows"> <summary>An integrated Windows authentication credential. Value = 6.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.WindowsPolicyConfiguration"> <summary>Contains a policy configuration that identifies an Active Directory provider.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Client.XrmBinding"> <summary>internal</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.ClientInfo"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.ClientInfo.#ctor"> <summary>Initializes a new instance of the ClientInfo class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.ClientType"> <summary>Gets or sets the type of client that is querying for patches.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.ClientTypes"></see>The type of client that is querying for patches.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.CrmVersion"> <summary>Gets or sets the pn_microsoftcrm version that the client is running.</summary> <returns>Type: Returns_StringThe version.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.LanguageCode"> <summary>Gets or sets the language code for which the client has been configured.</summary> <returns>Type: Returns_Int32The language code.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.OfficeVersion"> <summary>Gets or sets the version of pn_MS_Office installed on the client machine.</summary> <returns>Type: Returns_StringThe pn_MS_Office version.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.OrganizationId"> <summary>Gets or sets the ID of the organization for which the client has been configured.</summary> <returns>Type: Returns_GuidThe ID of the organization.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.OSVersion"> <summary>Gets or sets the operating system version that the client is running.</summary> <returns>Type: Returns_StringThe version of the operating system.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.PatchIds"> <summary>Gets or sets the list of patches that the client has installed.</summary> <returns>Type: Returns_GuidThe list of patched applied.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientInfo.UserId"> <summary>Gets or sets the pn_microsoftcrm system user ID of the client.</summary> <returns>Type: Returns_GuidThe ID of the user.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.Depth"> <returns>Type: Returns_Int32</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.Description"> <returns>Type: Returns_String</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.IsMandatory"> <returns>Type: Returns_Boolean</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.LinkId"> <returns>Type: Returns_String</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.PatchId"> <returns>Type: Returns_Guid</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.ClientPatchInfo.Title"> <returns>Type: Returns_String</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.ClientTypes"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.DataMigration"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.DataMigrationConfiguration"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.OutlookConfiguration"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.OutlookDesktop"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.ClientTypes.OutlookLaptop"> <summary>internal</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest"> <summary>Contains the data that is needed to execute a request and the base class for all discovery service requests.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest.#ctor"> <summary>Initializes a new instance of the DiscoveryRequest class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest.ExtensionData"> <summary>Gets or sets the structure that contains extra data. Optional.</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse"> <summary>Contains the response from the request and is the base class for all discovery service responses.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse.#ctor"> <summary>Initializes a new instance of the DiscoveryResponse class. </summary> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse.ExtensionData"> <summary>Gets or sets the structure that contains extra data.</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType"> <summary>Indicates the type of network access an endpoint has.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType.Default"> <summary>Default access. The actual access is determined by the endpoint URL. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType.Internet"> <summary>Internet access. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType.Intranet"> <summary>Intranet access. Value = 2.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.EndpointCollection"> <summary>A collection of service endpoints.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.EndpointCollection.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Discovery.EndpointCollection"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.EndpointType"> <summary>Identifies the type of service available at an endpoint.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointType.OrganizationDataService"> <summary>The organization data service. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointType.OrganizationService"> <summary>The organization service. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.EndpointType.WebApplication"> <summary>The Web application service. Value = 2.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.Email"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.None"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.Outlook"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.Portal"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.EndUserNotificationClient.WebApplication"> <summary>internal</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService"> <summary>Provides programmatic access to organization and user information. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.IDiscoveryService.Execute(Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest)"> <summary>Executes a discovery service message in the form of a request, and returns a response. </summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse"></see>. The response from processing the request. You must cast the return value of this method to the specific instance of the response that corresponds to the Request parameter.</returns> <param name="request">Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.DiscoveryRequest"></see>. A request instance that defines the action to be performed.</param> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail"> <summary>Provides detailed information on an organization.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.#ctor"> <summary>Initializes a new instance of the OrganizationDetail class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.Endpoints"> <summary>Gets a collection that identifies the service type and address for each endpoint of the organization.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.EndpointCollection"></see>The collection that identifies the service type and address for each endpoint of the organization.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.ExtensionData"> <summary>Gets or sets extra data of the organization. </summary> <returns>Type: Returns_ExtensionDataObject Extra data of the organization.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.FriendlyName"> <summary>Gets or sets the friendly name of the organization.</summary> <returns>Type: Returns_String The friendly name of the organization.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.OrganizationId"> <summary>Gets or sets global unique identifier of the organization.</summary> <returns>Type: Returns_GuidThe global unique identifier of the organization.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.OrganizationVersion"> <summary>Gets or sets the version of the organization.</summary> <returns>Type: Returns_String The version of the organization.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.State"> <summary>Gets or sets the state of the organization.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.OrganizationState"></see>The state of the organization.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.UniqueName"> <summary>Gets or sets the unique name of the organization.</summary> <returns>Type: Returns_StringThe unique name of the organization.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail.UrlName"> <summary>Gets or sets the organization name used in the URL for the organization Web service.</summary> <returns>Type: Returns_String The organization name used in the URL for the organization Web service.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetailCollection"> <summary>Provides a collection of <see cref="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail"></see> instances.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.OrganizationDetailCollection.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetailCollection"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.OrganizationRelease"> <summary>Describes the release of an organization.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.OrganizationRelease.Current"> <summary>The current release. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.OrganizationRelease.V5"> <summary>The pn_CRM_2011 release. Value = 1.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.OrganizationState"> <summary>Describes the current state of an organization.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.OrganizationState.Disabled"> <summary>The organization is disabled. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Discovery.OrganizationState.Enabled"> <summary>The organization is enabled. Value = 0.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest"> <summary>Contains the data that is needed to retrieve information about an organization.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest.#ctor"> <summary>Initializes a new instance of the RetrieveOrganizationRequest class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest.AccessType"> <summary>Gets or sets the access type of the organization’s service endpoint.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType"></see>The access type.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest.Release"> <summary>Indicates the applicable version of pn_microsoftcrm.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.OrganizationRelease"></see>The release to retrieve.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest.UniqueName"> <summary>Gets or sets the unique name of the organization.</summary> <returns>Type: Returns_StringThe organization unique name.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationResponse"> <summary>Contains the response from processing <see cref="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationRequest"></see>. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationResponse.#ctor"> <summary>Initializes a new instance of the RetrieveOrganizationResponse class. </summary> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationResponse.Detail"> <summary>Contains detailed information about the target organization.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetail"></see>The details about the organization.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsRequest"> <summary>Contains the data that is needed to retrieve information on all organizations that the logged on user belongs to.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsRequest.#ctor"> <summary>Initializes a new instance of the RetrieveOrganizationsRequest class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsRequest.AccessType"> <summary>Gets or sets the access type of the organizations’ service endpoint.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.EndpointAccessType"></see>The access type of the organizations’ service endpoint.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsRequest.Release"> <summary>Indicates the applicable version of pn_microsoftcrm.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.OrganizationRelease"></see>The release to retrieve.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsResponse"> <summary>Contains the response from processing <see cref="T:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsRequest"></see>. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsResponse.#ctor"> <summary>Initializes a new instance of the RetrieveOrganizationsResponse class. </summary> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsResponse.Details"> <summary>Contains detailed information about the target organizations.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Discovery.OrganizationDetailCollection"></see>The details about the organization.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest"> <summary>Contains the data that is needed to retrieve the pn_crmv6 or pn_CRM_Online system user ID that is associated with a given identity provider ID.For pn_crmv6 (IFD), the identity provider is typically pn_Active_Directory_Fed_Svc2 (ADFS). For pn_CRM_Online, the identity provider can be pn_Windows_Live_ID or pn_MS_Online_Services.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest.#ctor"> <summary>Initializes a new instance of the RetrieveUserIdByExternalIdRequest class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest.ExternalId"> <summary>Gets or sets the pn_Windows_Live_ID of the target user.</summary> <returns>Type: Returns_StringThe external ID of the user to retrieve.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest.OrganizationId"> <summary>Gets or sets the ID of the organization that the target system user is a member of.</summary> <returns>Type: Returns_GuidThe ID of the organization that the target system user is a member of.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest.OrganizationName"> <summary>Gets or sets the unique name of the organization that the target system user is a member of.</summary> <returns>Type: Returns_StringThe unique name of the organization that the target system user is a member of.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest.Release"> <summary>Gets or sets the release version of the pn_microsoftcrm product.</summary> <returns>Type: Returns_StringThe release version of the pn_microsoftcrm product.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdResponse"> <summary>Contains the response from processing <see cref="T:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdRequest"></see>. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdResponse.#ctor"> <summary>Initializes a new instance of the RetrieveUserIdByExternalIdResponse class. </summary> </member> <member name="P:Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdResponse.UserId"> <summary>Gets or sets the ID of the pn_CRM_Online system user.</summary> <returns>Type: Returns_GuidThe ID of the user.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest"> <summary>Contains the data that is needed to create a link between records.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.AssociateRequest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.AssociateRequest.RelatedEntities"> <summary>Gets or sets the collection of entity references (references to records) to be associated. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see> The collection of entity references (references to records) to be associated.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.AssociateRequest.Relationship"> <summary>Get or sets the relationship name to be used for an association. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see>The relationship name to be used for an association.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.AssociateRequest.Target"> <summary>Gets or sets the target that is the record to which the related records are associated. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> The target that is the record to which the related records are associated.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.AssociateResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.AssociateResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.AssociateResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencedRequest"> <summary>Contains the data that is needed to check whether the specified entity can be the primary entity (one) in a one-to-many relationship.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CanBeReferencedRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencedRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CanBeReferencedRequest.EntityName"> <summary>Gets or sets the logical entity name to check whether it can be the primary entity in a one-to-many relationship. Required.</summary> <returns>Type: Returns_String The logical entity name to check whether it can be the primary entity in a one-to-many relationship. Required.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencedResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencedRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CanBeReferencedResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencedResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CanBeReferencedResponse.CanBeReferenced"> <summary>Gets the result of the request to see whether the entity can be the primary entity (one) in a one-to-many relationship.</summary> <returns>Type: Returns_Booleantrue if the entity can be the primary entity (one) in a one-to-many relationship; otherwise, false.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencingRequest"> <summary>Contains the data that is needed to check whether an entity can be the referencing entity in a one-to-many relationship. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CanBeReferencingRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencingRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CanBeReferencingRequest.EntityName"> <summary>Gets or sets the logical entity name. Required.</summary> <returns>Type: Returns_String The the logical entity name. Required..</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencingResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencingRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CanBeReferencingResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanBeReferencingResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CanBeReferencingResponse.CanBeReferencing"> <summary>Gets the result of the request to see whether the entity can be the referencing entity (many) in a one-to-many relationship.</summary> <returns>Type: Returns_Booleantrue if the entity can be the referencing entity (many) in a one-to-many relationship.; otherwise, false.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CanManyToManyRequest"> <summary>Contains the data that is needed to check whether an entity can participate in a many-to-many relationship.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CanManyToManyRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanManyToManyRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CanManyToManyRequest.EntityName"> <summary>Gets or sets the logical entity name. Required</summary> <returns>Type: Returns_String The logical entity name. Required.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CanManyToManyResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanManyToManyRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CanManyToManyResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CanManyToManyResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CanManyToManyResponse.CanManyToMany"> <summary>Gets the result of the request to see whether the entity can participate in a many-to-many relationship.</summary> <returns>Type: Returns_Booleantrue if the the entity can participate in a many-to-many relationship.; otherwise, false.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest"> <summary>Contains the data that is needed to create a new attribute, and optionally, to add it to a specified unmanaged solution.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest.Attribute"> <summary>Gets or sets the definition of the attribute type that you want to create. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see>The definition of the attribute type that you want to create. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest.EntityName"> <summary>Gets or sets the name of the entity for which you want to create an attribute. Required.</summary> <returns>Type: Returns_String The name of the entity for which you want to create an attribute. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest.SolutionUniqueName"> <summary>Gets or sets the name of the unmanaged solution to which you want to add this attribute. Optional.</summary> <returns>Type: Returns_String The name of the unmanaged solution to which you want to add this attribute. Optional.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CreateAttributeResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CreateAttributeResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateAttributeResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateAttributeResponse.AttributeId"> <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the attribute that is created.</summary> <returns>Type: Returns_Guid The <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the attribute that is created. This is the unique identifier of the attribute.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest"> <summary>Contains the data that is needed to create a custom entity, and optionally, to add it to a specified unmanaged solution.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest.Entity"> <summary>Gets or sets the metadata for the custom entity that you want to create. Required.</summary> <returns>Type <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see>The metadata for the custom entity that you want to create. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest.HasActivities"> <summary>Gets or sets whether a custom entity is created that has a special relationship to activity entities and is a valid regarding object for the activity. Optional.</summary> <returns>Type: Returns_Booleantrue if the custom entity that you create has a special relationship to activity entities; otherwise, false. The default is false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest.HasNotes"> <summary>Gets or sets whether the custom entity that is created has a special relationship to the annotation entity. Optional.</summary> <returns>Type: Returns_Booleantrue if the custom entity that is created has a special relationship to the annotation entity; otherwise, false. The default is false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest.PrimaryAttribute"> <summary>Gets or sets the metadata for the primary attribute for the new entity. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see>The metadata for the primary attribute for the new entity. Required..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest.SolutionUniqueName"> <summary>Gets or sets the name of the unmanaged solution to which you want to add this custom entity. Optional.</summary> <returns>Type: Returns_String The name of the unmanaged solution to which you want to add this custom entity. Optional.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CreateEntityResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateEntityRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CreateEntityResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateEntityResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityResponse.AttributeId"> <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the primary attribute for the newly created entity.</summary> <returns>Type: Returns_Guid The <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the primary attribute for the newly created entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateEntityResponse.EntityId"> <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the newly created entity.</summary> <returns>Type: Returns_Guid The <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the newly created entity. </returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest"> <summary>Contains the data that is needed to create a new Many-to-Many (N:N) entity relationship.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest.IntersectEntitySchemaName"> <summary>Gets or sets the name of the intersect entity to be created for this entity relationship. Required.</summary> <returns>Type: Returns_StringThe name of the intersect entity to be created for this entity relationship. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest.ManyToManyRelationship"> <summary>Gets or sets the definition of the Many-to-Many entity relationship to be created. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata"></see>The definition of the Many-to-Many entity relationship to be created. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest.SolutionUniqueName"> <summary>Gets or sets the name of the unmanaged solution you want to add this many-to-many entity relationship to. Optional.</summary> <returns>Type: Returns_StringThe name of the unmanaged solution you want to add this many-to-many entity relationship to. Optional.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CreateManyToManyResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateManyToManyRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CreateManyToManyResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateManyToManyResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateManyToManyResponse.ManyToManyRelationshipId"> <summary>Gets the ID of the many-to-many entity relationship that is created.</summary> <returns>Type: Returns_Guid The ID of the many-to-many entity relationship that is created. This corresponds to the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see>. </returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest"> <summary>Contains the data that is needed to create a new One-to-Many (1:N) entity relationship.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest.Lookup"> <summary>Gets or sets the metadata for the lookup field used to store the ID of the related record. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata"></see>The metadata for the lookup field used to store the ID of the related record. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest.OneToManyRelationship"> <summary>Gets or sets the metadata for the relationship. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata"></see>The metadata for the relationship. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest.SolutionUniqueName"> <summary>Gets or sets the name of the unmanaged solution you want to add this one-to-Many entity relationship to. Optional.</summary> <returns>Type: Returns_StringThe name of the unmanaged solution you want to add this one-to-Many entity relationship to. Optional..</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CreateOneToManyResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateOneToManyRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CreateOneToManyResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateOneToManyResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOneToManyResponse.AttributeId"> <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata"></see> that is created.</summary> <returns>Type: Returns_GuidThe <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata"></see> that is created..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOneToManyResponse.RelationshipId"> <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata"></see>that is created.</summary> <returns>Type: Returns_GuidThe <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata"></see> that is created..</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest"> <summary>Contains the data that is needed to create a new global option set.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest.OptionSet"> <summary>Gets or sets the definition of the global option set. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see>The definition of the global option set. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest.SolutionUniqueName"> <summary>Gets or sets the name of the unmanaged solution you want to add this global option set to. Optional.</summary> <returns>Type: Returns_StringThe name of the unmanaged solution you want to add this global option set to. Optional.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CreateOptionSetResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateOptionSetRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CreateOptionSetResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateOptionSetResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateOptionSetResponse.OptionSetId"> <summary>Gets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the newly created <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see>.</summary> <returns>Type: Returns_GuidThe <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the newly created <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see>.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CreateRequest"> <summary>Contains the data that is needed to create a record.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CreateRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateRequest.Target"> <summary>Gets or sets an instance of an entity that you can use to create a new record. Required. </summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see> The entity instance.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.CreateResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.CreateResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.CreateResponse.id"> <summary>Gets the ID of the newly created record.</summary> <returns>Type: Returns_GuidThe ID of the newly created record.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteAttributeRequest"> <summary>Contains the data that is needed to delete an attribute.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteAttributeRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteAttributeRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteAttributeRequest.EntityLogicalName"> <summary>Gets or sets the logical name of the entity that contains the attribute. Required.</summary> <returns>Type: Returns_StringThe logical name of the entity that contains the attribute. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteAttributeRequest.LogicalName"> <summary>Gets or sets the logical name of the attribute to delete. Required.</summary> <returns>Type: Returns_StringThe logical name of the attribute to delete. Required.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteAttributeResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteAttributeRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteAttributeResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteAttributeResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityRequest"> <summary>Contains the data that is needed to delete an entity. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteEntityRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteEntityRequest.LogicalName"> <summary>Gets or sets the logical name of the entity. Required.</summary> <returns>Type: Returns_StringThe logical name of the entity. Required.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteEntityResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteEntityResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetRequest"> <summary>Contains the data that is needed to delete a global option set. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetRequest.Name"> <summary>Gets or sets the name of the global option set to delete. Required.</summary> <returns>Type: Returns_StringThe name of the global option set to delete. Required.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionSetResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest"> <summary>Contains the data that is needed to delete an option value in a global or local option set.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest.#ctor"> <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest.AttributeLogicalName"> <summary>Gets or sets the logical name of the attribute from which to delete the option value. Optional.</summary> <returns>Type: Returns_StringThe logical name of the attribute from which to delete the option value. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest.EntityLogicalName"> <summary>Gets or sets the logical name of the entity that contains the attribute. Optional.</summary> <returns>Type: Returns_StringThe logical name of the entity that contains the attribute. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest.OptionSetName"> <summary>Gets or sets the name of the option set that contains the value. Optional.</summary> <returns>Type: Returns_StringThe name of the option set that contains the value. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest.SolutionUniqueName"> <summary>Gets or sets the solution name associated with this option value. Optional.</summary> <returns>Type: Returns_StringThe solution name associated with this option value. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest.Value"> <summary>Gets or sets the value of the option to delete. Required.</summary> <returns>Type: Returns_Int32The value of the option to delete. Required.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteOptionValueResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipRequest"> <summary>Contains the data that is needed to delete an entity relationship. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipRequest.Name"> <summary>Gets or sets the name of the relationship to delete. Required.</summary> <returns>Type: Returns_StringThe name of the relationship to delete. Required.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteRelationshipResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteRequest"> <summary>Contains the data that is needed to delete a record.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DeleteRequest.Target"> <summary>Gets or sets the reference to the record that you want to delete. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> The reference to the record that you want to delete.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DeleteResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DeleteResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DeleteResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DisassociateRequest"> <summary>Contains the data that is needed to delete a link between records.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DisassociateRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DisassociateRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DisassociateRequest.RelatedEntities"> <summary>Gets or sets the collection of entity references (references to records) to be disassociated. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReferenceCollection"></see> The collection of entity references (references to records) to be disassociated.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DisassociateRequest.Relationship"> <summary>Get or sets the name of the relationship to be used for the disassociation. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Relationship"></see> The name of the relationship to be used for the disassociation.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.DisassociateRequest.Target"> <summary>Gets or sets the target, which is the record from which the related records will be disassociated. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see> The target, which is the record from which the related records will be disassociated.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.DisassociateResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.DisassociateRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.DisassociateResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.DisassociateResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncRequest"> <summary>Contains the data that is needed to execute a message asynchronously.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncRequest.Request"> <summary>Gets or sets the request to execute asynchronously.</summary> <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequest"></see>The request to execute asynchronously.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncResponse.AsyncJobId"> <summary>Gets or sets the ID of the asynchronous job that was started from processing the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteAsyncRequest"></see>.</summary> <returns>Type: Returns_GuidThe ID of the asynchronous job.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest"> <summary>Contains the data that is needed to execute one or more message requests as a single batch operation, and optionally return a collection of results.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest"></see>.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest.Requests"> <summary>Gets or sets the collection of message requests to execute.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.OrganizationRequestCollection"></see>The collection of message requests to execute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest.Settings"> <summary>Gets or sets the settings that define whether execution should continue if an error occurs and if responses for each message request processed are to be returned.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.ExecuteMultipleSettings"></see>Settings that define whether execution should continue if an error occurs and if responses are to be returned.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse.IsFaulted"> <summary>Gets a value that indicates if processing at least one of the individual message requests resulted in a fault.</summary> <returns>Type: Returns_Booleantrue if at least one of the individual message requests resulted in a fault; otherwise, false. </returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.ExecuteMultipleResponse.Responses"> <summary>Gets the collection of responses.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.ExecuteMultipleResponseItemCollection"></see>The collection of responses.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyRequest"> <summary>Contains the data that is needed to retrieve a list of all the entities that can participate in a Many-to-Many entity relationship. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyRequest.#ctor"> <summary>Initializes a new instance of the GetValidManyToManyRequest class</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.GetValidManyToManyResponse.EntityNames"> <summary>Gets an array of logical entity names that can have many-to-many entity relationships.</summary> <returns>Type: Returns_String[]An array of logical entity names that can have many-to-many entity relationships.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesRequest"> <summary>Contains the data that is needed to retrieve a list of entity logical names that are valid as the primary entity (one) from the specified entity in a one-to-many relationship.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesRequest.#ctor"> <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesRequest.ReferencingEntityName"> <summary>Gets or sets the logical name of the entity to get valid referenced entities. Optional.</summary> <returns>Type: Returns_StringThe logical name of the entity to get valid referenced entities. Optional.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.GetValidReferencedEntitiesResponse.EntityNames"> <summary>Gets the array of valid entity names that can be the primary entity in a many-to-many relationship.</summary> <returns>Type: Returns_String[]The array of valid entity names that can be the primary entity in a many-to-many relationship.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesRequest"> <summary>Contains the data that is needed to retrieve the set of entities that are valid as the related entity (many) to the specified entity in a one-to-many relationship.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesRequest.ReferencedEntityName"> <summary>Gets or sets the name of the entity that would be the primary entity in the relationship. Optional.</summary> <returns>Type: Returns_StringThe name of the entity that would be the primary entity in the relationship. Optional.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.GetValidReferencingEntitiesResponse.EntityNames"> <summary>Gets the array of valid entity names that can be the related entity in a many-to-many relationship.</summary> <returns>Type: Returns_String[]The array of valid entity names that can be the related entity in a many-to-many relationship.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest"> <summary>Contains the data that is needed to insert a new option value for a global or local option set. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.AttributeLogicalName"> <summary>Gets or sets the name of the attribute when updating a local option set in a picklist attribute. Optional.</summary> <returns>Type: Returns_StringThe name of the attribute when updating a local option set in a picklist attribute. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.Description"> <summary>Gets or sets a description for the option. Optional.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>A description for the option.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.EntityLogicalName"> <summary>Gets or sets the logical name of the entity when updating the local option set in a picklist attribute. Optional.</summary> <returns>Type: Returns_StringThe logical name of the entity when updating the local option set in a picklist attribute. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.Label"> <summary>Gets or sets the label for the option. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The label for the option. Required..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.OptionSetName"> <summary>Gets or sets the name of the global option set. Optional.</summary> <returns>Type: Returns_StringThe name of the global option set. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.SolutionUniqueName"> <summary>Gets or sets the unique name of the unmanaged solution when updating a global option set. Optional.</summary> <returns>Type: Returns_StringThe unique name of the unmanaged solution when updating a global option set. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest.Value"> <summary>Gets or sets the value for the option. Optional.</summary> <returns>Type: Returns_Nullable<Returns_Int32>The value for the option. Optional.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.InsertOptionValueResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.InsertOptionValueRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.InsertOptionValueResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.InsertOptionValueResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertOptionValueResponse.NewOptionValue"> <summary>Gets the option value for the new option.</summary> <returns>Type: Returns_Int32The option value for the new option.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest"> <summary>Contains the data that is needed to insert a new option into a <see cref="T:Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata"></see> attribute. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.AttributeLogicalName"> <summary>Gets or sets the logical name of the status attribute. Optional.</summary> <returns>Type: Returns_StringThe logical name of the status attribute. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.Description"> <summary>Gets or sets a description for the option. Optional.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The description for the option. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.EntityLogicalName"> <summary>Gets or sets the logical name of the entity that contains the attribute. Optional.</summary> <returns>Type: Returns_StringThe logical name of the entity that contains the attribute. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.Label"> <summary>Gets or sets the label for the new status. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The label for the new status. Required..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.OptionSetName"> <summary>Reserved for future use. Optional.</summary> <returns>Type: Returns_StringReserved for future use. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.SolutionUniqueName"> <summary>Gets or sets the solution that this attribute should be added to. Optional.</summary> <returns>Type: Returns_StringThe solution that this attribute should be added to. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.StateCode"> <summary>Gets or sets the state code for the new status. Required.</summary> <returns>Type: Returns_Int32The state code for the new status. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest.Value"> <summary>Gets or sets the value for the new status. Optional.</summary> <returns>Type: Returns_Nullable<Returns_Int32>the value for the new status. Optional.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.InsertStatusValueResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.InsertStatusValueRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.InsertStatusValueResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.InsertStatusValueResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.InsertStatusValueResponse.NewOptionValue"> <summary>Gets the option value for the new option.</summary> <returns>Type: Returns_Int32The option value for the new option.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveRequest"> <summary>Contains the data that is needed to check if data encryption is currently running (active or inactive).</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.IsDataEncryptionActiveResponse.IsActive"> <summary>Gets whether data encryption is active or not.</summary> <returns>Type: Returns_Stringtrue if data encryption is active; otherwise, false.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest"> <summary>Contains the data that is needed to set the order for an option set. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest.AttributeLogicalName"> <summary>Gets or sets the logical name of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata"></see> attribute. Optional.</summary> <returns>Type: Returns_StringThe logical name of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata"></see> attribute. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest.EntityLogicalName"> <summary>Gets or sets the logical name of the entity that contains the attribute. Optional.</summary> <returns>Type: Returns_StringThe logical name of the entity that contains the attribute. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest.OptionSetName"> <summary>Gets or sets the name of the global option set you want to edit options for. Optional.</summary> <returns>Type: Returns_StringThe name of the global option set you want to edit options for. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest.SolutionUniqueName"> <summary>Gets or sets the name of the solution you want to add the solution component to. Optional.</summary> <returns>Type: Returns_StringThe name of the solution you want to add the solution component to. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest.Values"> <summary>Gets or sets the array of option values in the wanted order. Required.</summary> <returns>Type: Returns_Int32The array of option values in the wanted order. Required.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.OrderOptionResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.OrderOptionRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.OrderOptionResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.OrderOptionResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesRequest"> <summary>Contains the data that is needed to retrieve metadata information about all the entities.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesRequest.EntityFilters"> <summary>Gets or sets a filter to control how much data for each entity is retrieved. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityFilters"></see>A filter to control how much data for each entity is retrieved. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesRequest.RetrieveAsIfPublished"> <summary>Gets or sets whether to retrieve the metadata that has not been published. Required.</summary> <returns>Type: Returns_Booleantrue if the metadata that has not been published should be retrieved; otherwise, false.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesResponse.EntityMetadata"> <summary>Gets an array of <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see> instances.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see>[]an array of <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see> instances..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllEntitiesResponse.Timestamp"> <summary>Gets a time stamp that represents the time when the data was retrieved.</summary> <returns>Type: Returns_StringA time stamp that represents the time when the data was retrieved.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesRequest"> <summary>Contains the data that is needed to retrieve all managed property definitions </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesRequest.#ctor"> <summary>Initializes a new instance of the RetrieveAllManagedPropertiesRequest class</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllManagedPropertiesResponse.ManagedPropertyMetadata"> <summary>Gets an array of managed property definitions.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata"></see>[]An array of managed property definitions.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsRequest"> <summary>Contains the data that is needed to retrieve information about all global option sets. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsRequest.RetrieveAsIfPublished"> <summary>Gets or sets whether to retrieve the metadata that has not been published. Required.</summary> <returns>Type: Returns_Booleantrue if the metadata that has not been published should be retrieved; otherwise, false.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAllOptionSetsResponse.OptionSetMetadata"> <summary>Gets an array of definitions for each global option set.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase"></see>[]An array of definitions for each global option set.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest"> <summary>Contains the data that is needed to retrieve attribute metadata. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest.ColumnNumber"> <summary>Gets or sets a column number value to identify an attribute from the Audit.AttributeMask property. Optional.</summary> <returns>Type: Returns_Int32A column number value to identify an attribute from the Audit.AttributeMask property. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest.EntityLogicalName"> <summary>Gets or sets the logical name of the entity that contains the attribute. Optional.</summary> <returns>Type: Returns_StringThe logical name of the entity that contains the attribute. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest.LogicalName"> <summary>Gets or sets the logical name of the attribute to be retrieved. Optional.</summary> <returns>Type: Returns_StringThe logical name of the attribute to be retrieved. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest.MetadataId"> <summary>The unique identifier for the attribute. Optional.</summary> <returns>Type: Returns_GuidThe unique identifier for the attribute. This corresponds to the <see cref="T:Microsoft.Xrm.Sdk.Metadata.MetadataBase"></see>.<see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see>.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest.RetrieveAsIfPublished"> <summary>Gets or sets whether to retrieve the metadata that has not been published. Required.</summary> <returns>Type: Returns_Booleantrue if the metadata that has not been published should be retrieved; otherwise, false.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveAttributeResponse.AttributeMetadata"> <summary>Gets the metadata for the requested attribute.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see>The metadata for the requested attribute.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyRequest"> <summary>Contains the data that is needed to retrieve the data encryption key value.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyRequest"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyResponse"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveDataEncryptionKeyResponse.EncryptionKey"> <summary>Gets or sets the encryption key.</summary> <returns>Type: Returns_String. The value returned is the decrypted data encryption key.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest"> <summary>Contains the data that is needed to retrieve entity metadata. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest.EntityFilters"> <summary>Gets or sets a filter to control how much data for the entity is retrieved. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityFilters"></see>a filter to control how much data for the entity is retrieved. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest.LogicalName"> <summary>Gets or sets the logical name of the entity to be retrieved. Optional.</summary> <returns>Type: Returns_StringThe logical name of the entity to be retrieved. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest.MetadataId"> <summary>A unique identifier for the entity. Optional.</summary> <returns>Type: Returns_GuidThe A unique identifier for the entity. This corresponds to the <see cref="T:Microsoft.Xrm.Sdk.Metadata.MetadataBase"></see>. <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest.RetrieveAsIfPublished"> <summary>Gets or sets whether to retrieve the metadata that has not been published. Required.</summary> <returns>Type: Returns_Booleantrue if the metadata that has not been published should be retrieved; otherwise, false.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveEntityResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveEntityResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveEntityResponse.EntityMetadata"> <summary>Gets the metadata for the requested entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see>The metadata for the requested entity.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyRequest"> <summary>Contains the data that is needed to retrieve a managed property definition.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyRequest.LogicalName"> <summary>Gets or sets the name of the managed property. Optional.</summary> <returns>Type: Returns_StringThe name of the managed property. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyRequest.MetadataId"> <summary>Gets or sets the ID of the managed property. Required,</summary> <returns>Type: Returns_GuidThe ID of the managed property. This corresponds to the <see cref="T:Microsoft.Xrm.Sdk.Metadata.MetadataBase"></see>.<see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> for the managed property.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveManagedPropertyResponse.ManagedPropertyMetadata"> <summary>Gets the definition of the managed property.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata"></see>The definition of the managed property.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest"> <summary>Contains the data that is needed to to retrieve a collection of metadata records that satisfy the specified criteria. The <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse"></see> returns a timestamp value that can be used with this request at a later time to return information about how metadata has changed since the last request.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest.ClientVersionStamp"> <summary>Gets or sets a timestamp value representing when the last request was made.</summary> <returns>Type: Returns_String A timestamp value representing when the last request was made.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest.DeletedMetadataFilters"> <summary>Gets or sets a value to filter what deleted metadata items will be returned.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters"></see>A value to filter what deleted metadata items will be returned.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest.Query"> <summary>Gets or sets the query representing the metadata to return.</summary> <returns>Type:<see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression"></see>The query representing the metadata to return.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesRequest"></see> message.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse.DeletedMetadata"> <summary>Gets the deleted metadata since the last request.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataCollection"></see>The deleted metadata since the last request.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse.EntityMetadata"> <summary>Gets the metadata defined by the request.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection"></see>The metadata defined by the request.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMetadataChangesResponse.ServerVersionStamp"> <summary>Gets a timestamp identifier for the metadata retrieved.</summary> <returns>Type: Returns_String A timestamp identifier for the metadata retrieved..</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest"> <summary>Contains the data that is needed to retrieve a collection of records that satisfy the specified query criteria.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest.Query"> <summary>Gets or sets the query criteria for the retrieval. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.QueryBase"></see>The query criteria for the retrieval.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleResponse.EntityCollection"> <summary>Gets the collection of records that satisfy the query in the request.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityCollection"></see>The collection of records that satisfy the query in the request.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest"> <summary>Contains the data that is needed to retrieve a global option set. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest.MetadataId"> <summary>Gets or sets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see> to be retrieved. Optional.</summary> <returns>Type: Returns_GuidThe <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see> to be retrieved. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest.Name"> <summary>Gets or sets the name for the global option set to be retrieved. Optional.</summary> <returns>Type: Returns_String The name for the global option set to be retrieved.. Optional..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest.RetrieveAsIfPublished"> <summary>Gets or sets whether to retrieve the metadata that has not been published. Required.</summary> <returns>Type: Returns_Booleantrue if the the unpublished metadata should be retrieved; otherwise, false..</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveOptionSetResponse.OptionSetMetadata"> <summary>Gets the metadata for the global option set.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase"></see> The metadata for the global option set.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest"> <summary>Contains the data that is needed to retrieve entity relationship metadata. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest.MetadataId"> <summary>Gets or sets the <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase"></see> to be retrieved. Optional.</summary> <returns>Type: Returns_Guid The <see cref="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"></see> of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase"></see> to be retrieved. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest.Name"> <summary>Gets or sets the unique name for the entity relationship to be retrieved. Optional.</summary> <returns>Type: Returns_StringThe unique name for the entity relationship to be retrieved. Optional..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest.RetrieveAsIfPublished"> <summary>Gets or sets whether to retrieve the metadata that has not been published. Required.</summary> <returns>Type: Returns_Booleantrue if the unpublished metadata should be retrieved; otherwise, false.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRelationshipResponse.RelationshipMetadata"> <summary>Gets the metadata for the entity relationship.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase"></see>The metadata for the entity relationship.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveRequest"> <summary>Contains the data that is needed to retrieve a record.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRequest.ColumnSet"> <summary>Gets or sets the collection of attributes for which non-null values are returned from a query. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see>The collection of attributes for which non-null values are returned from a query.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRequest.RelatedEntitiesQuery"> <summary>Gets or sets the query that describes the related records to be retrieved. Optional.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.RelationshipQueryCollection"></see>The query that describes the related records to be retrieved.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveRequest.Target"> <summary>Gets or sets the target, which is the record to be retrieved. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.EntityReference"></see>The target, which is the record to be retrieved.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveResponse.Entity"> <summary>Gets the specified record from the request.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>The specified record from the request.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampRequest"> <summary>Contains the data that is needed to retrieves a time stamp for the metadata.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampRequest.#ctor"> <summary>Initializes a new instance of the RetrieveTimestampRequest class</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampResponse"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.RetrieveTimestampResponse.Timestamp"> <summary>Gets the time stamp of the metadata.</summary> <returns>Type: Returns_StringThe time stamp of the metadata.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest"> <summary>Contains the data that is needed to set or restore the data encryption key.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest.ChangeEncryptionKey"> <summary>Gets or sets the operation to perform with the data encryption key.</summary> <returns>Type: Returns_Booleantrue indicates to set (change) the data encryption key; otherwise, false indicates to restore the data encryption key.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest.EncryptionKey"> <summary>Gets or sets the value of the data encryption key.</summary> <returns>Type: Returns_String.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.SetDataEncryptionKeyResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest"> <summary>Contains the data that is needed to update the definition of an attribute. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest.Attribute"> <summary>Gets or sets the attribute metadata to be updated. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see>The attribute metadata to be updated. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest.EntityName"> <summary>Gets or sets the logical name of the entity to which the attribute belongs. Required.</summary> <returns>Type: Returns_StringThe logical name of the entity to which the attribute belongs. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest.MergeLabels"> <summary>Gets or sets whether the label metadata will be merged or overwritten. Required.</summary> <returns>Type: Returns_Booleantrue if the label metadata will be merged or overwritten; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest.SolutionUniqueName"> <summary>Gets or sets the name of the solution to associate the entity with. Optional.</summary> <returns>Type: Returns_StringThe name of the solution to associate the entity with. Optional.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateAttributeResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateAttributeRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateAttributeResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateAttributeResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest"> <summary>Contains the data that is needed to update the definition of an entity.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest.Entity"> <summary>Gets or sets the metadata for the entity. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see>the metadata for the entity. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest.HasActivities"> <summary>Gets or sets whether the entity will have a special relationship to activity entities and is a valid regarding object for the activity. Optional.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity will have a special relationship to activity entities and is a valid regarding object for the activity; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest.HasNotes"> <summary>Gets or sets whether the entity will have a special relationship to the annotation entity. Optional.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity will have a special relationship to the annotation entity; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest.MergeLabels"> <summary>Gets or sets whether to merge the new labels with any existing labels. Required.</summary> <returns>Type: Returns_Booleantrue if the new labels should be merged with any existing labels; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest.SolutionUniqueName"> <summary>Gets or sets the unique name of the unmanaged solution that this entity should be associated with. Optional.</summary> <returns>Type: Returns_StringThe unique name of the unmanaged solution that this entity should be associated with. Optional.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateEntityResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateEntityRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateEntityResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateEntityResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest"> <summary>Contains the data that is needed to update the definition of a global option set. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest.MergeLabels"> <summary>Gets or sets whether the label metadata will be merged or overwritten. Required.</summary> <returns>Type: Returns_Booleantrue if the label metadata will be merged or overwritten; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest.OptionSet"> <summary>Gets or sets the metadata for the global option set. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase"></see>the metadata for the global option set. Required.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest.SolutionUniqueName"> <summary>Gets or sets the name of a solution to associate the global option set with. Optional.</summary> <returns>Type: Returns_StringThe name of a solution to associate the global option set with. Optional.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionSetResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest"> <summary>Contains the data that is needed to update an option value in a global or local option set. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.AttributeLogicalName"> <summary>Gets or sets the name of the attribute when updating a local option set in a picklist attribute. Optional.</summary> <returns>Type: Returns_StringThe name of the attribute when updating a local option set in a picklist attribute. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.Description"> <summary>Gets or sets a description for the option. Optional.</summary> <returns>Type:<see cref="T:Microsoft.Xrm.Sdk.Label"></see>The description for the option. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.EntityLogicalName"> <summary>Gets or sets the logical name of the entity when updating the local option set in a picklist attribute. Optional.</summary> <returns>Type: Returns_StringThe logical name of the entity when updating the local option set in a picklist attribute. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.Label"> <summary>Gets or sets the label for the option. Optional.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The label for the option. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.MergeLabels"> <summary>Gets or sets whether to keep text defined for languages not included in the Label. Required.</summary> <returns>Type: Returns_Booleantrue if the text defined for languages not included in the Label is kept; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.OptionSetName"> <summary>Gets or sets the name of the global option set. Optional.</summary> <returns>Type: Returns_StringThe name of the global option set. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.SolutionUniqueName"> <summary>Gets or sets the name of the unmanaged solution that this global option set should be associated with. Optional.</summary> <returns>Type: Returns_StringThe name of the unmanaged solution that this global option set should be associated with. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest.Value"> <summary>Gets or sets the value for the option. Required.</summary> <returns>Type: Returns_Int32The value for the option. Required.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateOptionValueResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest"> <summary>Contains the data that is needed to update the definition of an entity relationship. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest.MergeLabels"> <summary>Gets or sets whether to merge the new labels with any existing labels. Required.</summary> <returns>Type: Returns_Booleantrue if the new labels will be merged with any existing labels; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest.Relationship"> <summary>Gets or sets the relationship metadata to be updated. Required.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase"></see>The relationship metadata to be updated. Required..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest.SolutionUniqueName"> <summary>Gets or sets the unique name of the unmanaged solution that this entity relationship should be associated with. Optional.</summary> <returns>Type: Returns_StringThe unique name of the unmanaged solution that this entity relationship should be associated with. Optional.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRelationshipResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest"> <summary>Contains the data that is needed to update an existing record.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateRequest.Target"> <summary>Gets or sets an instance of an entity that is used to update a record. Required. </summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Entity"></see>The entity instance used to update the record.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest"> <summary>Contains the data that is needed to update an option set value in for a <see cref="T:Microsoft.Xrm.Sdk.Metadata.StateAttributeMetadata"></see> attribute.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.AttributeLogicalName"> <summary>Gets or sets the logical name of the attribute. Optional.</summary> <returns>Type: Returns_StringThe logical name of the attribute. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.DefaultStatusCode"> <summary>Gets or sets the default value for the statuscode (status reason) attribute when this statecode value is set. Optional.</summary> <returns>Type: Returns_Nullable<Returns_Int32>The default value for the statuscode (status reason) attribute when this statecode value is set. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Description"> <summary>Gets or sets the description label for the statecode option that is specified in the <see cref="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Value"></see> property. Optional.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>the description label for the statecode option that is specified in the <see cref="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Value"></see> property. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.EntityLogicalName"> <summary>Gets or sets the name of the entity that has this statecode attribute. Optional.</summary> <returns>Type: Returns_StringThe name of the entity that has this statecode attribute. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Label"> <summary>Gets or sets the display label for this statecode option that is specified by the <see cref="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Value"></see> property. Optional.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The display label for this statecode option that is specified by the <see cref="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Value"></see> property. Optional.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.MergeLabels"> <summary>Gets or sets whether to merge the current label with any existing labels that are already specified for this attribute. Required.</summary> <returns>Type: Returns_Booleantrue if any newly defined labels should only overwrite existing labels when their language code matches; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.OptionSetName"> <summary>internal</summary> <returns>Type: Returns_Stringinternal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest.Value"> <summary>Gets or sets the statecode attribute options to update. Required.</summary> <returns>Type: Returns_Int32The statecode attribute options to update. Required.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Messages.UpdateStateValueResponse"> <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateStateValueRequest"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Messages.UpdateStateValueResponse.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Messages.UpdateStateValueResponse"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior"> <summary>Describes the behavior of the associated menu for a one-to-many relationship.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior.DoNotDisplay"> <summary>Do not show the associated menu. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior.UseCollectionName"> <summary>Use the collection name for the associated menu. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior.UseLabel"> <summary>Use the label for the associated menu. Value = 1.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration"> <summary>Defines how the associated records are displayed for an entity relationship.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.#ctor"> <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.Behavior"> <summary>Gets or sets the behavior of the associated menu for an entity relationship.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuBehavior"></see>> One of the enumeration values that specify the behavior of the associated menu for a one-to-many relationship.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.Group"> <summary>Gets or sets the group for the associated menu for an entity relationship.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup"></see>> One of the enumeration values that specify the group in which to display the associated menu for an entity relationship.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.Label"> <summary>Gets or sets the label for the associated menu.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see> A string that contains the menu label.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration.Order"> <summary>Gets or sets the order for the associated menu.</summary> <returns>Type: Returns_Nullable<int> An integer that controls the relative position of navigation items in the group.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup"> <summary>Describes the group in which to display the associated menu for an entity relationship</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup.Details"> <summary>Show the associated menu in the details group. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup.Marketing"> <summary>Show the associated menu in the marketing group. Value = 3.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup.Sales"> <summary>Show the associated menu in the sales group. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuGroup.Service"> <summary>Show the associated menu in the service group. Value = 2.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"> <summary>Contains all the metadata for an entity attribute.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.#ctor(Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see> class.</summary> <param name="attributeType">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode"></see>. Sets the type for the attribute.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.#ctor(Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode,System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see> class.</summary> <param name="attributeType">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode"></see>. Sets the type for the attribute.</param> <param name="schemaName">Type: Returns_String. Sets the schema name of the attribute.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.AttributeOf"> <summary>Gets the name of that attribute that this attribute extends.</summary> <returns>Type: Returns_String The attribute name.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.AttributeType"> <summary>Gets the type for the attribute.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode"></see>> The attribute type.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.AttributeTypeName"> <summary>Gets the name of the type for the attribute.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see> The name of the attribute type.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.CanBeSecuredForCreate"> <summary>Gets whether field security can be applied to prevent a user from adding data to this attribute.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the field security can be applied; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.CanBeSecuredForRead"> <summary>Gets whether field level security can be applied to prevent a user from viewing data from this attribute.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the field security can be applied; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.CanBeSecuredForUpdate"> <summary>Gets whether field level security can be applied to prevent a user from updating data for this attribute.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the field security can be applied; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.CanModifyAdditionalSettings"> <summary>Gets or sets the property that determines whether any settings not controlled by managed properties can be changed.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether any settings not controlled by managed properties can be changed.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.ColumnNumber"> <summary>Gets an organization specific id for the attribute used for auditing.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The organization specific id for the attribute used for auditing.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.DeprecatedVersion"> <summary>Gets the pn_microsoftcrm version that the attribute was deprecated in.</summary> <returns>Type: Returns_String The pn_microsoftcrm version that the attribute was deprecated in.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.Description"> <summary>Gets or sets the description of the attribute.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The description of the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.DisplayName"> <summary>Gets or sets the display name for the attribute.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The display name of the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.EntityLogicalName"> <summary>Gets the logical name of the entity that contains the attribute.</summary> <returns>Type: Returns_String The logical name of the entity that contains the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IntroducedVersion"> <summary>introducedversion</summary> <returns>Type: Returns_String The solution version number when the attribute was created.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsAuditEnabled"> <summary>Gets or sets the property that determines whether the attribute is enabled for auditing.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see> The property that determines whether the attribute is enabled for auditing.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsCustomAttribute"> <summary>Gets whether the attribute is a custom attribute.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the attribute is a custom attribute; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsCustomizable"> <summary>Gets or sets the property that determines whether the attribute allows customization.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the attribute allows customization.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsManaged"> <summary>Gets whether the attribute is part of a managed solution.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the attribute is part of a managed solution; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsPrimaryId"> <summary>Gets whether the attribute represents the unique identifier for the record.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the attribute is the unique identifier for the record; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsPrimaryName"> <summary>Gets or sets whether the attribute represents the primary attribute for the entity.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the attribute is primary attribute for the entity; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsRenameable"> <summary>Gets or sets the property that determines whether the attribute display name can be changed.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the attribute display name can be changed.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsSecured"> <summary>Gets or sets whether the attribute is secured for field level security.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the attribute is secured for field level security; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsValidForAdvancedFind"> <summary>Gets or sets the property that determines whether the attribute appears in Advanced Find.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the attribute appears in Advanced Find.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsValidForCreate"> <summary>Gets whether the value can be set when a record is created.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the value can be set when a record is created; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsValidForRead"> <summary>Gets whether the value can be retrieved.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the value can be retrieved; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.IsValidForUpdate"> <summary>Gets whether the value can be updated.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the value can be updated; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.LinkedAttributeId"> <summary>Gets or sets an attribute that is linked between Appointments and Recurring appointments.</summary> <returns>Type: Returns_Nullable<Returns_Guid> The attribute id that is linked between Appointments and Recurring appointments.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.LogicalName"> <summary>Gets or sets the logical name for the attribute.</summary> <returns>Type: Returns_String The logical name for the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.RequiredLevel"> <summary>Gets or sets the property that determines the data entry requirement level enforced for the attribute.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevelManagedProperty"></see>The property that determines the data entry requirement level enforced for the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.SchemaName"> <summary>Gets or sets the schema name for the attribute.</summary> <returns>Type: Returns_String The schema name for the attribute.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel"> <summary>Describes the requirement level for an attribute.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel.ApplicationRequired"> <summary>The attribute is required to have a value. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel.None"> <summary>No requirements are specified. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel.Recommended"> <summary>It is recommended that the attribute has a value. Value = 3.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel.SystemRequired"> <summary>The attribute is required to have a value. Value = 1.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevelManagedProperty"> <summary>Represents the data to define a <see cref="P:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata.RequiredLevel"></see> property for an attribute.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevelManagedProperty.#ctor(Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevelManagedProperty"></see> class.</summary> <param name="value">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevel"></see>.</param> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode"> <summary>Describes the type of an attribute.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.BigInt"> <summary>A big integer attribute. Value = 0x12.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Boolean"> <summary>A Boolean attribute. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.CalendarRules"> <summary>An attribute that contains calendar rules. Value = 0x10.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Customer"> <summary>An attribute that represents a customer. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.DateTime"> <summary>A date/time attribute. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Decimal"> <summary>A decimal attribute. Value = 3.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Double"> <summary>A double attribute. Value = 4.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.EntityName"> <summary>An entity name attribute. Value = 20.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Integer"> <summary>An integer attribute. Value = 5.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Lookup"> <summary>A lookup attribute. Value = 6.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.ManagedProperty"> <summary>A managed property attribute. Value = 0x13.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Memo"> <summary>A memo attribute. Value = 7.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Money"> <summary>A money attribute. Value = 8.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Owner"> <summary>An owner attribute. Value = 9.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.PartyList"> <summary>A partylist attribute. Value = 10.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Picklist"> <summary>A picklist attribute. Value = 11.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.State"> <summary>A state attribute. Value = 12.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Status"> <summary>A status attribute. Value = 13.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.String"> <summary>A string attribute. Value = 14.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Uniqueidentifier"> <summary>An attribute that is an ID. Value = 15.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode.Virtual"> <summary>An attribute that is created by the system at run time. Value = 0x11.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.Equals(System.Object)"> <returns>Returns <see cref="T:System.Boolean"></see>.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.GetHashCode"> <returns>Returns <see cref="T:System.Int32"></see>.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.op_Equality(Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName,Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName)"> <returns>Returns <see cref="T:System.Boolean"></see>.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.op_Implicit(System.String)~Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"> <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName"></see>.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName.op_Inequality(Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName,Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayName)"> <returns>Returns <see cref="T:System.Boolean"></see>.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata"> <summary>Contains the metadata for an attribute type BigInt.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata"></see> class</summary> <param name="schemaName">Type: Returns_String The Schema Name for the attribute.</param> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.MaxSupportedValue"> <summary>The maximum supported value for this attribute is 9223372036854775807.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.MinSupportedValue"> <summary>The minimum supported value for this attribute is -9223372036854775808.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.MaxValue"> <summary>Gets or sets the maximum value for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Int64> The maximum value for the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.BigIntAttributeMetadata.MinValue"> <summary>Gets or sets the minimum value for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Int64> The minimum value for the attribute.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata"> <summary>Contains the metadata for an attribute type Boolean. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.#ctor(Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata"></see> class</summary> <param name="optionSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata"></see> The definition of the options</param> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata"></see> class</summary> <param name="schemaName">Type: Returns_String The schema name of the attribute.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.#ctor(System.String,Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata"></see> class</summary> <param name="optionSet">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata"></see> The definition of the options</param> <param name="schemaName">Type: Returns_String The schema name of the attribute.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.DefaultValue"> <summary>Gets or sets the default value for a Boolean option set.</summary> <returns>Type: Returns_Nullable<Returns_Boolean> The default value for a Boolean option set.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata.OptionSet"> <summary>Gets or sets the options for a boolean attribute.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata"></see> The definition of the options.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata"> <summary>Contains the metadata for an attribute of type Boolean. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata.#ctor(Microsoft.Xrm.Sdk.Metadata.OptionMetadata,Microsoft.Xrm.Sdk.Metadata.OptionMetadata)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata"></see> class</summary> <param name="falseOption">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see> The option metadata for the false option.</param> <param name="trueOption">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see> The option metadata for the true option.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata.FalseOption"> <summary>Gets or sets option displayed when the attribute is false.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see>The option metadata for the false option..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.BooleanOptionSetMetadata.TrueOption"> <summary>Gets or sets option displayed when the attribute is true.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see>The option metadata for the true option..</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration"> <summary>Contains properties representing actions that may be performed on the referenced entity in a one-to-many entity relationship.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.#ctor"> <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Assign"> <summary>The referenced entity record owner is changed.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeType"></see>> The referenced entity record owner is changed.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Delete"> <summary>The referenced entity record is deleted.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeType"></see>> The referenced entity record is deleted.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Merge"> <summary>The record is merged with another record.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeType"></see>> The record is merged with another record..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Reparent"> <summary>The value of the referencing attribute in a parental relationship changes. changes.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeType"></see>> The value of the referencing attribute in a parental relationship changes. changes.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Share"> <summary>The referenced entity record is shared with another user.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeType"></see>> The referenced entity record is shared with another user.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration.Unshare"> <summary>Sharing is removed for the referenced entity record.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeType"></see>> Sharing is removed for the referenced entity record.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.CascadeType"> <summary>Describes the type of behavior for a specific action applied to the referenced entity in a one-to-many entity relationship.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.CascadeType.Active"> <summary>Perform the action on all active referencing entity records associated with the referenced entity record. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.CascadeType.Cascade"> <summary>Perform the action on all referencing entity records associated with the referenced entity record. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.CascadeType.NoCascade"> <summary>Do nothing. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.CascadeType.RemoveLink"> <summary>Remove the value of the referencing attribute for all referencing entity records associated with the referenced entity record. Value = 4.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.CascadeType.Restrict"> <summary>Prevent the Referenced entity record from being deleted when referencing entities exist. Value = 5.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.CascadeType.UserOwned"> <summary>Perform the action on all referencing entity records owned by the same user as the referenced entity record. Value = 3.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.Add``1(`0)"> <returns>Returns <see cref="T:System.Collections.Generic.IList`1"></see>.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.Create``1(`0)"> <returns>Returns <see cref="T:System.Collections.Generic.IList`1"></see>.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.ValueExistsInList(`0)"> <returns>Returns <see cref="T:System.Boolean"></see>.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.ExtensionData"> <returns>Returns <see cref="T:System.Runtime.Serialization.ExtensionDataObject"></see>.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ConstantsBase`1.Value"> <returns>Returns <see cref="T:System.Runtime.Serialization.ExtensionDataObject"></see>.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata"> <summary>Contains the metadata for an attribute of type DateTime.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.#ctor(System.Nullable{Microsoft.Xrm.Sdk.Metadata.DateTimeFormat})"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata"></see> class</summary> <param name="format">Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat"></see>>. The date/time display format.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.#ctor(System.Nullable{Microsoft.Xrm.Sdk.Metadata.DateTimeFormat},System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata"></see> class</summary> <param name="format">Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat"></see>>. The date/time display format.</param> <param name="schemaName">Type: Returns_String. The schema name of the attribute.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.Format"> <summary>Gets or sets the date/time display format.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat"></see>> The date/time display format.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.ImeMode"> <summary>Gets or sets the input method editor (IME) mode for the attribute.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.ImeMode"></see>> The input method editor mode for the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.MaxSupportedValue"> <summary>Gets the maximum supported value for this attribute.</summary> <returns>Type: Returns_DateTimeThe maximum supported date for this attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata.MinSupportedValue"> <summary>Gets the minimum supported value for this attribute.</summary> <returns>Type: Returns_DateTimeThe minimum supported date for this attribute.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat"> <summary>Describes the formatting of a <see cref="T:Microsoft.Xrm.Sdk.Metadata.DateTimeAttributeMetadata"></see> attribute.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat.DateAndTime"> <summary>Display the date and time. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.DateTimeFormat.DateOnly"> <summary>Display the date only. Value = 0.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata"> <summary>Contains the metadata for an attribute type Decimal.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata"></see> class</summary> <param name="schemaName">Type: Returns_String The schema name of the attribute.</param> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MaxSupportedPrecision"> <summary>The maximum supported value for Precision is 10.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MaxSupportedValue"> <summary>The maximum supported value is 100 Billion.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MinSupportedPrecision"> <summary>The minimum supported value for Precision is 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MinSupportedValue"> <summary>The minimum supported value is -100 Billion.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.ImeMode"> <summary>Gets or sets the input method editor (IME) mode for the attribute.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.ImeMode"></see>> The input method editor (IME) mode for the attribute..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MaxValue"> <summary>Gets or sets the maximum value for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Decimal> The maximum value for the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.MinValue"> <summary>Gets or sets the minimum value for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Decimal> The minimum value for the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.DecimalAttributeMetadata.Precision"> <summary>Gets or sets the precision for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The precision for the attribute.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata"> <summary>Contains the metadata for an attribute type Double.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata"></see> class</summary> <param name="schemaName">Type: Returns_String The schema name for the attribute.</param> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MaxSupportedPrecision"> <summary>The maximum supported value for Precision is 5.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MaxSupportedValue"> <summary>The maximum supported value is 100 billion.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MinSupportedPrecision"> <summary>The minimum supported value for Precision is 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MinSupportedValue"> <summary>The minimum supported value is -100 billion.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.ImeMode"> <summary>Gets or sets the input method editor (IME) mode for the attribute.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.ImeMode"></see>> The input method editor (IME) mode for the attribute..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MaxValue"> <summary>Gets or sets the maximum value for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Double> The maximum value for the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.MinValue"> <summary>Gets or sets the minimum value for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Double> The minimum value for the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.DoubleAttributeMetadata.Precision"> <summary>Gets or sets the precision for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The precision for the attribute.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.EntityFilters"> <summary>Describes the type of entity metadata to retrieve.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.All"> <summary>Use this to retrieve all data for an entity. Value = 15.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.Attributes"> <summary>Use this to retrieve entity information plus attributes for the entity. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.Default"> <summary>Use this to retrieve only entity information. Equivalent to EntityFilters.Entity. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.Entity"> <summary>Use this to retrieve only entity information. Equivalent to EntityFilters.Default. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.Privileges"> <summary>Use this to retrieve entity information plus privileges for the entity. Value = 4.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.EntityFilters.Relationships"> <summary>Use this to retrieve entity information plus entity relationships for the entity. Value = 8.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata"> <summary>Contains the metadata for an entity. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ActivityTypeMask"> <summary>Gets or sets whether a custom activity should appear in the activity menus in the Web application.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The value indicates whether a custom activity should appear in the activity menus in the Web application.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.Attributes"> <summary>Gets the array of attribute metadata for the entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeMetadata"></see>[]The array of attribute metadata for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.AutoCreateAccessTeams"> <summary>Gets or sets whether the entity is enabled for auto created access teams.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity will be enabled for auto created access teams; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.AutoRouteToOwnerQueue"> <summary>Gets or sets whether to automatically move records to the owner’s default queue when a record of this type is created or assigned.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the record will automatically move to the owner’s default queue when a record of this type is created or assigned; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanBeInManyToMany"> <summary>Gets the property that determines whether the entity can be in a Many-to-Many entity relationship.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the entity can be in a Many-to-Many entity relationship.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanBePrimaryEntityInRelationship"> <summary>Gets the property that determines whether the entity can be the referenced entity in a One-to-Many entity relationship.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the entity can be the referenced entity in a One-to-Many entity relationship.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanBeRelatedEntityInRelationship"> <summary>Gets the property that determines whether the entity can be the referencing entity in a One-to-Many entity relationship.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the entity can be the referencing entity in a One-to-Many entity relationship.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanCreateAttributes"> <summary>Gets or sets the property that determines whether additional attributes can be added to the entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether additional attributes can be added to the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanCreateCharts"> <summary>Gets or sets the property that determines whether new charts can be created for the entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether new charts can be created for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanCreateForms"> <summary>Gets or sets the property that determines whether new forms can be created for the entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether new forms can be created for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanCreateViews"> <summary>Gets or sets the property that determines whether new views can be created for the entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether new views can be created for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanModifyAdditionalSettings"> <summary>Gets or sets the property that determines whether any other entity properties not represented by a managed property can be changed.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether any other entity properties not represented by a managed property can be changed.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.CanTriggerWorkflow"> <summary>Gets whether the entity can trigger a workflow process.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity can trigger a workflow process; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.Description"> <summary>Gets or sets the label containing the description for the entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The label containing the description for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayCollectionName"> <summary>Gets or sets the label containing the plural display name for the entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The label containing the plural display name for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayName"> <summary>Gets or sets the label containing the display name for the entity.</summary> <returns>Type <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The label containing the display name for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.EnforceStateTransitions"> <summary>Gets whether the entity will enforce custom state transitions.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity supports custom status transitions.; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IconLargeName"> <summary>Gets or sets the name of the image web resource for the large icon for the entity.</summary> <returns>Type: Returns_String The name of the image web resource for the large icon for the entity..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IconMediumName"> <summary>Gets or sets the name of the image web resource for the medium icon for the entity.</summary> <returns>Type: Returns_String The name of the image web resource for the medium icon for the entity..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IconSmallName"> <summary>Gets or sets the name of the image web resource for the small icon for the entity.</summary> <returns>Type: Returns_String The name of the image web resource for the small icon for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IntroducedVersion"> <summary>introducedversion</summary> <returns>Type: Returns_String A string identifying the solution version that the solution component was added in.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsActivity"> <summary>Gets or sets whether the entity is an activity.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity is an activity; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsActivityParty"> <summary>Gets or sets whether the email messages can be sent to an email address stored in a record of this type.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if emails can be sent to an email address stored in a record of this type; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsAIRUpdated"> <summary>Gets whether the entity uses the updated user interface.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity uses the updated user interface; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsAuditEnabled"> <summary>Gets or sets the property that determines whether auditing has been enabled for the entity.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>>The property that determines whether auditing has been enabled for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsAvailableOffline"> <summary>Gets or sets whether the entity is available offline.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity is available offline; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsBusinessProcessEnabled"> <summary>Gets whether the entity is enabled for business process flows.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if; the entity is enabled for business process flows otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsChildEntity"> <summary>Gets whether the entity is a child entity.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity is a child entity; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsConnectionsEnabled"> <summary>Gets or sets the property that determines whether connections are enabled for this entity.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>>The property that determines whether connections are enabled for this entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsCustomEntity"> <summary>Gets whether the entity is a custom entity.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity is a custom entity; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsCustomizable"> <summary>Gets or sets the property that determines whether the entity is customizable.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the entity is customizable.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsDocumentManagementEnabled"> <summary>Gets or sets the property that determines whether document management is enabled.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>>The property that determines whether document management is enabled..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsDuplicateDetectionEnabled"> <summary>Gets or sets the property that determines whether duplicate detection is enabled.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether duplicate detection is enabled..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsEnabledForCharts"> <summary>Gets whether charts are enabled.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if charts are enabled; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsEnabledForTrace"> <summary>internal</summary> <returns>Type: Returns_Nullable<Returns_Boolean>internal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsImportable"> <summary>Gets whether the entity can be imported using the Import Wizard.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity can be imported using the Import Wizard; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsIntersect"> <summary>Gets whether the entity is an intersection table for two other entities.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity is an intersection table for two other entities.; otherwise, false</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsMailMergeEnabled"> <summary>Gets or sets the property that determines whether mail merge is enabled for this entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether mail merge is enabled for this entity..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsManaged"> <summary>Gets whether the entity is part of a managed solution.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity is part of a managed solution; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsMappable"> <summary>Gets or sets the property that determines whether entity mapping is available for the entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether entity mapping is available for the entity..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsQuickCreateEnabled"> <summary>Gets or sets the value indicating if the entity is enabled for quick create forms.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity is enabled for quick create forms ; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsReadingPaneEnabled"> <summary>internal</summary> <returns>Type: Returns_Nullable<Returns_Boolean>internal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsReadOnlyInMobileClient"> <summary>Gets or sets the property that determines whether pn_moca_full users can update data for this entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether pn_moca_full users can update data for this entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsRenameable"> <summary>Gets or sets the property that determines whether the entity <see cref="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayName"></see> and <see cref="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayCollectionName"></see> can be changed by editing the entity in the application.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the entity <see cref="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayName"></see> and <see cref="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.DisplayCollectionName"></see> can be changed by editing the entity in the application.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsStateModelAware"> <summary>Gets whether the entity supports setting custom state transitions.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity supports custom status transitions.; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsValidForAdvancedFind"> <summary>Gets or sets whether the entity is will be shown in Advanced Find.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity is will be shown in Advanced Find.; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsValidForQueue"> <summary>Gets or sets the property that determines whether the entity is enabled for queues.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the entity is enabled for queues.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsVisibleInMobile"> <summary>Gets or sets the property that determines whether pn_Mobile_Express_long users can see data for this entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether pn_Mobile_Express_long users can see data for this entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.IsVisibleInMobileClient"> <summary>Gets or sets the property that determines whether pn_moca_full users can see data for this entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether pn_moca_full users can see data for this entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.LogicalName"> <summary>Gets or sets the logical name for the entity.</summary> <returns>Type: Returns_String The logical name for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ManyToManyRelationships"> <summary>Gets the array of many-to-many relationships for the entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata"></see>[]the array of many-to-many relationships for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ManyToOneRelationships"> <summary>Gets the array of many-to-one relationships for the entity.</summary> <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata"></see>[].</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ObjectTypeCode"> <summary>Gets the entity type code.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The entity type code.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.OneToManyRelationships"> <summary>Gets the array of one-to-many relationships for the entity.</summary> <returns>Type :<see cref="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata"></see>[]The array of one-to-many relationships for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.OwnershipType"> <summary>Gets or sets the ownership type for the entity.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes"></see>> The ownership type for the entity..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.PrimaryIdAttribute"> <summary>Gets the name of the attribute that is the primary id for the entity.</summary> <returns>Type: Returns_String The name of the attribute that is the primary id for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.PrimaryImageAttribute"> <summary>Gets the name of the primary image attribute for an entity.</summary> <returns>Type: Returns_String The name of the primary image attribute for an entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.PrimaryNameAttribute"> <summary>Gets the name of the primary attribute for an entity.</summary> <returns>Type: Returns_String The name of the primary attribute for an entity..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.Privileges"> <summary>Gets the privilege metadata for the entity.</summary> <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata"></see>[]The privilege metadata for the entity..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.RecurrenceBaseEntityLogicalName"> <summary>Gets the name of the entity that is recurring.</summary> <returns>Type: Returns_String The name of the entity that is recurring.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.ReportViewName"> <summary>Gets the name of the report view for the entity.</summary> <returns>Type: Returns_String The name of the report view for the entity..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EntityMetadata.SchemaName"> <summary>Gets or sets the schema name for the entity.</summary> <returns>Type: Returns_String The schema name for the entity.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection"> <summary>Defines a collection of <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadata"></see></summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityMetadataCollection"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.EntityNameAttributeMetadata"> <summary>Contains the metadata for an attribute that references an entity.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.EntityNameAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityNameAttributeMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.EntityNameAttributeMetadata.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.EntityNameAttributeMetadata"></see> class</summary> <param name="schemaName">Type: Returns_String The schema name of the attribute.</param> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata"> <summary>Contains the data for an attribute that provides options.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata.#ctor(Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode,System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata"></see> class.</summary> <param name="attributeType">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode"></see> The attribute type code.</param> <param name="schemaName">Type: Returns_String The schema name for the attribute.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata.DefaultFormValue"> <summary>Gets or sets the default form value for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The default form value for the attribute..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.EnumAttributeMetadata.OptionSet"> <summary>Gets or sets the available options for the attribute.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see>The available options for the attribute.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata"> <summary>Contains the metadata for an attribute type Image.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata"></see> class.</summary> <param name="schemaName">Type: Returns_String The schema name for the attribute.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata.IsPrimaryImage"> <summary>Gets or sets whether the attribute is the primary image for the entity.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the attribute is the primary image for the entity; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata.MaxHeight"> <summary>Gets the maximum height of the image.</summary> <returns>Type: Returns_Nullable<Returns_Int16> The maximum height for the image.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata.MaxWidth"> <summary>Gets the maximum width of the image.</summary> <returns>Type: Returns_Nullable<Returns_Int16> The maximum width for the image.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.ImeMode"> <summary>Describes the input method editor mode</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ImeMode.Active"> <summary>Specifies that the IME mode is active. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ImeMode.Auto"> <summary>Specifies that the IME mode is chosen automatically. Value =0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ImeMode.Disabled"> <summary>Specifies that the IME mode is disabled. Value = 3.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ImeMode.Inactive"> <summary>Specifies that the IME mode is inactive. Value = 1.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata"> <summary>Contains the metadata for an attribute type Integer.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata"></see> class</summary> <param name="schemaName">Type: Returns_String The schema name for the attribute.</param> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.MaxSupportedValue"> <summary>The maximum supported value is 2147483647.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.MinSupportedValue"> <summary>The minimum supported value is -2147483648.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.Format"> <summary>Gets or sets the format options for the integer attribute.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.IntegerFormat"></see>> The format options for the integer attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.MaxValue"> <summary>Gets or sets the maximum value for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The maximum value for the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.IntegerAttributeMetadata.MinValue"> <summary>Gets or sets the minimum value for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The minimum value for the attribute.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.IntegerFormat"> <summary>Describes the formatting of an integer attribute.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerFormat.Duration"> <summary>Specifies to display the integer as a drop down list of durations. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerFormat.Language"> <summary>Specifies the display the integer as a drop down list of installed languages. Value = 3.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerFormat.Locale"> <summary>Specifies a locale. Value = 4.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerFormat.None"> <summary>Specifies to display an edit field for an integer. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.IntegerFormat.TimeZone"> <summary>Specifies to display the integer as a drop down list of time zones. Value = 2.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata"> <summary>Contains the metadata for an attribute of type lookup.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.LookupAttributeMetadata.Targets"> <summary>Gets or sets the target entity types for the lookup.</summary> <returns>Type: Returns_String[] The array of target entity types for the lookup.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata"></see> class</summary> <param name="schemaName">internal</param> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.EmptyParentComponentType"> <summary>internal</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.ManagedPropertyLogicalName"> <summary>internal</summary> <returns>Type: Returns_Stringinternal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.ParentAttributeName"> <summary>internal</summary> <returns>Type: Returns_Stringinternal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.ParentComponentType"> <summary>internal</summary> <returns>Type: Returns_Nullable<Returns_Int32>internal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyAttributeMetadata.ValueAttributeTypeCode"> <summary>internal</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AttributeTypeCode"></see>internal</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.Essential"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.High"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.Low"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.None"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority.Normal"> <summary>internal</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata"> <summary>internal</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.Description"> <summary>internal</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>internal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.DisplayName"> <summary>internal</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>internal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.EnablesAttributeName"> <summary>internal</summary> <returns>Type: Returns_Stringinternal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.EnablesEntityName"> <summary>internal</summary> <returns>Type: Returns_Stringinternal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.ErrorCode"> <summary>internal</summary> <returns>Type: Returns_Nullable<Returns_Int32>internal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.EvaluationPriority"> <summary>internal</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyEvaluationPriority"></see>>internal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.IntroducedVersion"> <summary>introducedversion</summary> <returns>Type: Returns_String A string identifying the solution version that the solution component was added in.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.IsGlobalForOperation"> <summary>internal</summary> <returns>Type: Returns_Nullable<Returns_Boolean>internal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.IsPrivate"> <summary>internal</summary> <returns>Type: Returns_Nullable<Returns_Boolean>internal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.LogicalName"> <summary>internal</summary> <returns>Type: Returns_Stringinternal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.ManagedPropertyType"> <summary>internal</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType"></see>>internal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata.Operation"> <summary>internal</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation"></see>>internal</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.All"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.Create"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.CreateUpdate"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.Delete"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.None"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.Update"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyOperation.UpdateDelete"> <summary>internal</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType.Attribute"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType.Custom"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType.CustomEvaluator"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.ManagedPropertyType.Operation"> <summary>internal</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata"> <summary>Contains the metadata for a many-to-many entity relationship.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.#ctor"> <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity1AssociatedMenuConfiguration"> <summary>Gets or sets the associated menu configuration for the first entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration"></see>The associated menu configuration for the first entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity1IntersectAttribute"> <summary>Gets or sets the attribute that defines the relationship in the first entity.</summary> <returns>Type: Returns_String The attribute that defines the relationship in the first entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity1LogicalName"> <summary>Gets or sets the logical name of the first entity in the relationship.</summary> <returns>Type: Returns_String The logical name of the first entity in the relationship.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity2AssociatedMenuConfiguration"> <summary>Gets or sets the associated menu configuration for the second entity.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration"></see>The associated menu configuration for the second entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity2IntersectAttribute"> <summary>Gets or sets the attribute that defines the relationship in the second entity.</summary> <returns>Type: Returns_String The attribute that defines the relationship in the second entity..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.Entity2LogicalName"> <summary>Gets or sets the logical name of the second entity in the relationship.</summary> <returns>Type: Returns_String The logical name of the second entity in the relationship..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.ManyToManyRelationshipMetadata.IntersectEntityName"> <summary>Gets or sets the name of the intersect entity for the relationship.</summary> <returns>Type: Returns_String The name of the intersect entity for the relationship..</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata"> <summary>Contains the metadata for the attribute type Memo.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata"></see> class</summary> <param name="schemaName">Type: Returns_String The schema name of the attribute.</param> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.MaxSupportedLength"> <summary>The maximum supported length is 1048576.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.MinSupportedLength"> <summary>The minimum supported length is 1.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.Format"> <summary>Gets or sets the format options for the memo attribute.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormat"></see>> The format options for the memo attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.ImeMode"> <summary>Gets or sets the value for the input method editor mode.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.ImeMode"></see>> The value for the input method editor mode..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.MemoAttributeMetadata.MaxLength"> <summary>Gets or sets the maximum length for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The maximum length for the attribute.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.MetadataBase"> <summary>Specifies the base class for classes that contains metadata information.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.MetadataBase.#ctor"> <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Metadata.MetadataBase"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.HasChanged"> <summary>Gets whether the item of metadata has changed.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if metadata item has changed since the last query; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.MetadataBase.MetadataId"> <summary>Gets or sets a unique identifier for the metadata item.</summary> <returns>Type: Returns_Nullable<Returns_Guid> The unique identifier for the metadata item.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata"> <summary>Contains the metadata for an attribute type Money.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata"></see> class</summary> <param name="schemaName">Type: Returns_String. The schema name of the attribute.</param> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MaxSupportedPrecision"> <summary>The maximum supported precision for this attribute is 4.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MaxSupportedValue"> <summary>The maximum supported value for this attribute is 922337000000000.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MinSupportedPrecision"> <summary>The minimum supported precision for this attribute is 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MinSupportedValue"> <summary>The minimum supported value for this attribute is -922337000000000.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.CalculationOf"> <summary>internal</summary> <returns>Type: Returns_Stringinternal</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.ImeMode"> <summary>Gets or sets the input method editor (IME) mode for the attribute.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.ImeMode"></see>> The input method editor (IME) mode for the attribute..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MaxValue"> <summary>Gets or sets the maximum value for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Double> The maximum value for the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.MinValue"> <summary>Gets or sets the minimum value for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Double> The minimum value for the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.Precision"> <summary>Gets or sets the precision for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The precision for the attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.MoneyAttributeMetadata.PrecisionSource"> <summary>Gets or sets the precision source for the attribute.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The precision source for the attribute.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata"> <summary>Contains the metadata for a one-to-many entity relationship.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.#ctor"> <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.AssociatedMenuConfiguration"> <summary>Gets or sets the associated menu configuration.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.AssociatedMenuConfiguration"></see>The associated menu configuration.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.CascadeConfiguration"> <summary>Gets or sets cascading behaviors for the entity relationship.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguration"></see>The cascading behaviors for the entity relationship.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.ReferencedAttribute"> <summary>Get or set the name of primary attribute for the referenced entity.</summary> <returns>Type: Returns_String The name of primary attribute for the referenced entity..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.ReferencedEntity"> <summary>Get or set the name of the referenced entity.</summary> <returns>Type: Returns_String The name of the referenced entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.ReferencingAttribute"> <summary>Get or set the name of the referencing attribute.</summary> <returns>Type: Returns_String The name of the referencing attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OneToManyRelationshipMetadata.ReferencingEntity"> <summary>Gets or sets the name of the referencing entity.</summary> <returns>Type: Returns_String The name of the referencing entity.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"> <summary>Contains metadata representing an option within an Option set.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.#ctor"> <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.#ctor(Microsoft.Xrm.Sdk.Label,System.Nullable{System.Int32})"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see> class</summary> <param name="value">Type: Returns_Nullable<Returns_Int32> The value of the option.</param> <param name="label">Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The label containing the text for the option..</param> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.#ctor(System.Int32)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see> class</summary> <param name="value">Type: Returns_Nullable<Returns_Int32> The value of the option.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.Description"> <summary>Gets or sets the label containing the description for the option.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The label containing the description for the option..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.IsManaged"> <summary>Gets whether the option is part of a managed solution.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the option is part of a managed solution.; otherwise, false</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.Label"> <summary>Gets or sets the label containing the text for the option.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The label containing the text for the option..</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionMetadata.Value"> <summary>Gets or sets the value of the option.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The value of the option.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection"> <summary>Contains the options in for the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see>.<see cref="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata.Options"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection.#ctor(System.Collections.Generic.IList{Microsoft.Xrm.Sdk.Metadata.OptionMetadata})"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection"></see> class</summary> <param name="list">Type: Returns_IList<<see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadata"></see>>. Sets the options for the collection.</param> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"> <summary>Contains metadata that defines a set of options.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata.#ctor"> <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata.#ctor(Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata"></see> class</summary> <param name="options">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection"></see>The options available in the option set.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadata.Options"> <summary>Gets the options available in the option set.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionMetadataCollection"></see>The options available in the option set.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase"> <summary>Contains data that defines a set of options.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.Description"> <summary>Gets or sets a description for the option set.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The description for the option set.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.DisplayName"> <summary>Gets or sets a display name for a global option set.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Label"></see>The display name for a global option set.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.IntroducedVersion"> <summary>introducedversion</summary> <returns>Type: Returns_String A string identifying the solution version that the solution component was added in.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.IsCustomizable"> <summary>Gets or sets a property that determines whether the option set is customizable.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>The property that determines whether the option set is customizable.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.IsCustomOptionSet"> <summary>Gets or sets whether the option set is a custom option set.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the option set is a custom option set; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.IsGlobal"> <summary>Gets or sets whether the option set is a global option set.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the option set is a global option set; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.IsManaged"> <summary>Gets or sets whether the option set is part of a managed solution.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the option set is part of a managed solution; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.Name"> <summary>Gets or sets the name of a global option set.</summary> <returns>Type: Returns_String The name of a global option set.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.OptionSetMetadataBase.OptionSetType"> <summary>Gets or sets the type of option set.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.OptionSetType"></see>> The type of option set.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.OptionSetType"> <summary>Indicates the type of option set.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.OptionSetType.Boolean"> <summary>The option set provides two options for a <see cref="T:Microsoft.Xrm.Sdk.Metadata.BooleanAttributeMetadata"></see> attribute. Value = 3.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.OptionSetType.Picklist"> <summary>The option set provides a list of options. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.OptionSetType.State"> <summary>The option set represents state options for a <see cref="T:Microsoft.Xrm.Sdk.Metadata.StateAttributeMetadata"></see> attribute. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.OptionSetType.Status"> <summary>The option set represents status options for a <see cref="T:Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata"></see> attribute. Value = 2.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes"> <summary>Specifies the type of ownership for an entity.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.BusinessOwned"> <summary>The entity is owned by a business unit. internal Value = 4. </summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.BusinessParented"> <summary>The entity is parented by a business unit. internal Value = 16. </summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.None"> <summary>The entity does not have an owner. internal Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.OrganizationOwned"> <summary>The entity is owned by an organization. Value = 8.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.TeamOwned"> <summary>The entity is owned by a team. internalValue = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.OwnershipTypes.UserOwned"> <summary>The entity is owned by a system user. Value = 1.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata"> <summary>Contains the metadata for an attribute type Picklist. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.PicklistAttributeMetadata"></see> class</summary> <param name="schemaName">Type: Returns_String The schema name of the attribute.</param> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.PrivilegeType"> <summary>Describes the type of operation for the privilege</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Append"> <summary>The append privilege. Value = 7.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.AppendTo"> <summary>The append to privilege. Value = 8.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Assign"> <summary>The assign privilege. Value = 5.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Create"> <summary>The create privilege. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Delete"> <summary>The delete privilege. Value = 4.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.None"> <summary>Specifies no privilege. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Read"> <summary>The read privilege. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Share"> <summary>The share privilege. Value = 6.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Write"> <summary>The write privilege. Value = 3.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase"> <summary>Contains the metadata for an entity relationship.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.#ctor(Microsoft.Xrm.Sdk.Metadata.RelationshipType)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase"></see> class</summary> <param name="type">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipType"></see> The type of relationship.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.IntroducedVersion"> <summary>introducedversion</summary> <returns>Type: Returns_String A string identifying the solution version that the solution component was added in.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.IsCustomizable"> <summary>Gets or sets whether the entity relationship is customizable.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.BooleanManagedProperty"></see>Whether the entity relationship is customizable.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.IsCustomRelationship"> <summary>Gets whether the relationship is a custom relationship.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the relationship is a custom relationship; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.IsManaged"> <summary>Gets whether the entity relationship is part of a managed solution. </summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity relationships is part of a managed solution; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.IsValidForAdvancedFind"> <summary>Gets or sets whether the entity relationship should be shown in Advanced Find.</summary> <returns>Type: Returns_Nullable<Returns_Boolean>true if the entity relationship should be shown in Advanced Find; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.RelationshipType"> <summary>Gets the type of relationship.</summary> <returns>Type:<see cref="T:Microsoft.Xrm.Sdk.Metadata.RelationshipType"></see>.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.SchemaName"> <summary>Gets or sets the schema name for the entity relationship.</summary> <returns>Type: Returns_String The schema name for the entity relationship.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.RelationshipMetadataBase.SecurityTypes"> <summary>Gets or sets the security type for the relationship.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.SecurityTypes"></see>> The security type for the relationship.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.RelationshipType"> <summary>Specifies the type of entity relationship.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.RelationshipType.Default"> <summary>The default value. Equivalent to OneToManyRelationship. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.RelationshipType.ManyToManyRelationship"> <summary>The entity relationship is a Many-to-Many relationship. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.RelationshipType.OneToManyRelationship"> <summary>The entity relationship is a One-to-Many relationship. Value = 0.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata"> <summary>Contains the metadata that describes a security privilege for access to an entity.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.CanBeBasic"> <summary>Gets whether the privilege can be basic access level.</summary> <returns>Type: Returns_Booleantrue if the privilege can be basic access level.; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.CanBeDeep"> <summary>Gets whether the privilege can be deep access level.</summary> <returns>Type: Returns_Booleantrue if the privilege can be deep access level; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.CanBeGlobal"> <summary>Gets whether the privilege can be global access level.</summary> <returns>Type: Returns_Booleantrue if the privilege can be global access level; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.CanBeLocal"> <summary>Gets whether the privilege can be local access level.</summary> <returns>Type: Returns_Booleantrue if the privilege can be local access level; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.Name"> <summary>Gets the name of the privilege.</summary> <returns>Type: Returns_String The name of the privilege.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.PrivilegeId"> <summary>Gets the ID of the privilege.</summary> <returns>Type: Returns_Guid The ID of the privilege.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.SecurityPrivilegeMetadata.PrivilegeType"> <summary>Gets the type of the privilege.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.PrivilegeType"></see>The type of the privilege.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.SecurityTypes"> <summary>Describes the security type for the relationship.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.SecurityTypes.Append"> <summary>The <see cref="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.Append"></see> and <see cref="F:Microsoft.Xrm.Sdk.Metadata.PrivilegeType.AppendTo"></see> privileges are checked for create or update operations. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.SecurityTypes.Inheritance"> <summary>The referencing entity record inherits security from the referenced security record. Value = 8.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.SecurityTypes.None"> <summary>No security privileges are checked during create or update operations. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.SecurityTypes.ParentChild"> <summary>Security for the referencing entity record is derived from the referenced entity record. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.SecurityTypes.Pointer"> <summary>Security for the referencing entity record is derived from a pointer record. Value = 4.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.StateAttributeMetadata"> <summary>Contains the metadata for an attribute of type State.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.StateAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StateAttributeMetadata"></see> class</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.StateOptionMetadata"> <summary>Contains data to define an option for the options in a State attribute.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.StateOptionMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StateOptionMetadata"></see> class</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.StateOptionMetadata.DefaultStatus"> <summary>Gets or sets the default status value associated with this state.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The default status value associated with this state.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.StateOptionMetadata.InvariantName"> <summary>Gets or sets the name of the state that does not change.</summary> <returns>Type: Returns_String The name of the state that does not change.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata"> <summary>Contains the metadata for an attribute of type Status.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StatusAttributeMetadata"></see> class</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata"> <summary>Contains one of the possible values for an attribute of type Status.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata.#ctor"> <summary>constructor_initializes<see cref="T:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata.#ctor(System.Int32,System.Nullable{System.Int32})"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata"></see> class</summary> <param name="state">Type: Returns_Nullable<Returns_Int32>. The state of the option.</param> <param name="value">Type: Returns_Int32. The value of the option.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata.State"> <summary>Gets or sets the state that this status is associated with.</summary> <returns>Type: Returns_Nullable<Returns_Int32> The state that this status is associated with.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.StatusOptionMetadata.TransitionData"> <summary>Gets or sets the status transitions allowed for this status.</summary> <returns>Type: Returns_String The encoded XML document that defines the allowed transitions.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"> <summary>Contains the metadata for an attribute of type String.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> class</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> class</summary> <param name="schemaName">Type: Returns_String. The schema name of the attribute to create.</param> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.MaxSupportedLength"> <summary>The maximum supported length is 4000 characters.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.MinSupportedLength"> <summary>The minimum supported length is 1 character.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.Format"> <summary>Gets or sets the format for the string</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormat"></see>> The format of the string attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.FormatName"> <summary>Gets or sets the format for the string.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>The format for the string attribute.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.ImeMode"> <summary>Gets or sets the IME mode for the attribute.</summary> <returns>Type: Returns_Nullable<<see cref="T:Microsoft.Xrm.Sdk.Metadata.ImeMode"></see>> The input method editor mode.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.MaxLength"> <summary>Gets or sets the maximum length for the string.</summary> <returns>Type: Returns_Nullable<int> The maximum length.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.YomiOf"> <summary>internal</summary> <returns>Type: Returns_Stringinternal</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.StringFormat"> <summary>deprecated Describes the formatting of a string attribute for the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see>.<see cref="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.Format"></see> property.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.Email"> <summary>Specifies to display the string as an e-mail. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.Phone"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.PhoneticGuide"> <summary>Specifies to display the string as a phonetic guide. Value = 5.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.Text"> <summary>Specifies to display the string as text. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.TextArea"> <summary>Specifies to display the string as a text area. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.TickerSymbol"> <summary>Specifies to display the string as a ticker symbol. Value = 4.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.Url"> <summary>Specifies to display the string as a URL. Value = 3.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormat.VersionNumber"> <summary>Specifies to display the string as a version number. Value = 6.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"> <summary>Specifies the format of a <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> attribute using the <see cref="P:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata.FormatName"></see> property.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.StringFormatName.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see> class.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.Email"> <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as an email address.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.Phone"> <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as an phone number.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.PhoneticGuide"> <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as an phonetic guide.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.Text"> <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as text.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.TextArea"> <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as a text area.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.TickerSymbol"> <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as a ticker symbol.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.Url"> <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as a URL.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.StringFormatName.VersionNumber"> <summary>Specifies to display the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringAttributeMetadata"></see> as a version number.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.StringFormatName.Equals(System.Object)"> <summary>Determines whether two instances are equal.</summary> <returns>Type: Returns_Booleantrue if the specified <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see> is equal to the <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see> object; otherwise, false.</returns> <param name="obj">Type: Returns_Object. The <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see> to compare with the current <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.StringFormatName.GetHashCode"> <summary>Returns a hash code value for this type.</summary> <returns>Type: Returns_Int32 The hash code for the current StringFormatName.</returns> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.StringFormatName.op_Equality(Microsoft.Xrm.Sdk.Metadata.StringFormatName,Microsoft.Xrm.Sdk.Metadata.StringFormatName)"> <summary>Indicates whether two StringFormatName instances are the same.</summary> <returns>Type: Returns_Booleantrue if the values of stringFormatA and stringFormatB are the same; otherwise, false.</returns> <param name="stringFormatA">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>. Specifies a StringFormatName.</param> <param name="stringFormatB">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>. Specifies a StringFormatName.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.StringFormatName.op_Implicit(System.String)~Microsoft.Xrm.Sdk.Metadata.StringFormatName"> <summary>Converts a string into a <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see></summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>A <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see> that represents the converted Returns_String.</returns> <param name="formatName">Type: Returns_String. Specifies a StringFormatName.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.StringFormatName.op_Inequality(Microsoft.Xrm.Sdk.Metadata.StringFormatName,Microsoft.Xrm.Sdk.Metadata.StringFormatName)"> <summary>Indicates whether two StringFormatName instances are different.</summary> <returns>Type: Returns_Booleantrue if the values of stringFormatA and stringFormatB are different; otherwise, false.</returns> <param name="stringFormatA">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>. Specifies a StringFormatName.</param> <param name="stringFormatB">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.StringFormatName"></see>. Specifies a StringFormatName.</param> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.AttributeQueryExpression"> <summary>Defines a complex query to retrieve attribute metadata for entities retrieved using an <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression"></see></summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.AttributeQueryExpression.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.AttributeQueryExpression"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataCollection"> <summary>The structure used to return deleted metadata.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataCollection.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataCollection"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters"> <summary>An enumeration that specifies the type of deleted metadata to retrieve.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.All"> <summary>All deleted metadata. Value = 31.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Attribute"> <summary>Deleted Attribute metadata. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Default"> <summary>The value used if not set. Equals <see cref="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Entity"></see></summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Entity"> <summary>Deleted Entity metadata. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Label"> <summary>Deleted Label metadata. Value = 8.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.OptionSet"> <summary>Deleted OptionSet metadata. Value = 16.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.DeletedMetadataFilters.Relationship"> <summary>Deleted Relationship metadata. Value = 4.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression"> <summary>Defines a complex query to retrieve entity metadata.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.AttributeQuery"> <summary>Gets or sets a query expression for the entity attribute metadata to return.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.AttributeQueryExpression"></see>.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.LabelQuery"> <summary>Gets or sets a query expression for the labels to return.</summary> <returns>Type:<see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression"></see>.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression.RelationshipQuery"> <summary>Gets or sets a query expression for the entity relationship metadata to return.</summary> <returns>Type:<see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.RelationshipQueryExpression"></see>.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression"> <summary>Defines the languages for the labels to be retrieved for metadata items that have labels.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression.#ctor"> <summary>Initializes a new instance of the<see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression.FilterLanguages"> <summary>Gets the LCID values for localized labels to be retrieved for metadata items.</summary> <returns>Type <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><Returns_Int32>The LCID values for localized labels to be retrieved for metadata items.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.LabelQueryExpression.MissingLabelBehavior"> <summary>When this optional parameter is set to 1, the query will include labels for the base language if the label for the requested language is not there.</summary> <returns>Type: Returns_Int32.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression"> <summary>Contains a condition expression used to filter the results of the metadata query.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator,System.Object)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression"></see> class.</summary> <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator"></see>. The condition operator.</param> <param name="propertyName">Type: Returns_String. The name of the metadata property in the condition expression.</param> <param name="value">Type: Returns_Object The value for the metadata property.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression.ConditionOperator"> <summary>Gets or sets the condition operator.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator"></see>. The condition operator.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression.PropertyName"> <summary>Gets or sets the name of the metadata property in the condition expression.</summary> <returns>Type: Returns_String The name of the metadata property in the condition expression.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression.Value"> <summary>Gets or sets the value for the metadata property.</summary> <returns>Type: Returns_Object The value for the metadata property.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator"> <summary>Describes the type of comparison for two values in a metadata condition expression. </summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.Equals"> <summary>The values are compared for equality. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.GreaterThan"> <summary>The value is greater than the compared value. Value = 4.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.In"> <summary>The value exists in a list of values. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.LessThan"> <summary>The value is less than the compared value. Value = 5.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.NotEquals"> <summary>The two values are not equal. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionOperator.NotIn"> <summary>The given value is not matched to a value in a list. Value = 3.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression"> <summary>Specifies complex condition and logical filter expressions used for filtering the results of a metadata query.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression.#ctor(Microsoft.Xrm.Sdk.Query.LogicalOperator)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression"></see> class.</summary> <param name="filterOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LogicalOperator"></see>. The filter operator</param> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression.Conditions"> <summary>Gets condition expressions that include metadata properties, condition operators and values.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><<see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataConditionExpression"></see>>The collection of metadata condition expressions.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression.FilterOperator"> <summary>Gets or sets the logical AND/OR filter operator.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LogicalOperator"></see>The filter operator.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression.Filters"> <summary>Gets a collection of logical filter expressions that filter the results of the metadata query.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><<see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression"></see>>.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression"> <summary>Specifies the properties for which non-null values are returned from a query.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression.#ctor(System.String[])"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression"></see> class.</summary> <param name="propertyNames">Type: Returns_String[]. The strings representing the metadata properties to retrieve.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression.AllProperties"> <summary>Gets or sets whether to retrieve all the properties of a metadata object.</summary> <returns>Type: Returns_Booleantrue to specify to retrieve all metadata object properties; false to retrieve only specified metadata object properties.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression.PropertyNames"> <summary>Gets or sets a collection of strings representing the metadata properties to retrieve.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><Returns_String> The collection of strings representing the metadata properties to retrieve.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryBase"> <summary>Represents the abstract base class for constructing a metadata query.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryBase.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryBase"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryBase.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression"> <summary>Represents the abstract base class for constructing a metadata query.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression.Criteria"> <summary>Gets or sets the filter criteria for the metadata query.</summary> <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataFilterExpression"></see>The filter criteria for the metadata query.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Metadata.Query.MetadataQueryExpression.Properties"> <summary>Gets or sets the properties to be returned by the query.</summary> <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression"></see>The properties to be returned by the query.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Metadata.Query.RelationshipQueryExpression"> <summary>Defines a complex query to retrieve entity relationship metadata for entities retrieved using an <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.EntityQueryExpression"></see></summary> </member> <member name="M:Microsoft.Xrm.Sdk.Metadata.Query.RelationshipQueryExpression.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Metadata.Query.RelationshipQueryExpression"></see> class.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Query.ColumnSet"> <summary>Specifies the attributes for which non-null values are returned from a query.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.ColumnSet.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.ColumnSet.#ctor(System.Boolean)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see> class setting the <see cref="P:Microsoft.Xrm.Sdk.Query.ColumnSet.AllColumns"></see> property.</summary> <param name="allColumns">Type: Returns_Boolean. A Boolean that specifies whether to retrieve all attributes of a record.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.ColumnSet.#ctor(System.String[])"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see> class setting the <see cref="P:Microsoft.Xrm.Sdk.Query.ColumnSet.Columns"></see> property.</summary> <param name="columns">Type: Returns_String[]. Specifies an array of Strings containing the names of the attributes.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.ColumnSet.AddColumn(System.String)"> <summary>Adds the specified attribute to the column set.</summary> <param name="column">Type: Returns_String. Specifies a String containing the name of the attribute.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.ColumnSet.AddColumns(System.String[])"> <summary>Adds the specified attribute to the column set.</summary> <param name="columns">Type: Returns_String[]. Specifies an array of Strings containing the names of the attributes.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Query.ColumnSet.AllColumns"> <summary>Gets or sets whether to retrieve all the attributes of a record.</summary> <returns>Type: Returns_Booleantrue to specify to retrieve all attributes; false to to retrieve only specified attributes.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.ColumnSet.Columns"> <summary>Gets the collection of Strings containing the names of the attributes to be retrieved from a query.</summary> <returns>Type: Returns_ICollection_Generic The collection of attribute names to return from a query.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.ColumnSet.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"> <summary>Contains a condition expression used to filter the results of the query.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class setting the attribute name and condition operator.</summary> <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param> <param name="attributeName">Type: Returns_String. The logical name of the attribute in the condition expression.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Collections.ICollection)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class setting the attribute name, condition operator and a collection of values.</summary> <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param> <param name="attributeName">Type: Returns_String. The logical name of the attribute in the condition expression.</param> <param name="values">Type: Returns_ICollection. The collection of attribute values.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Object)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class setting the attribute name, condition operator and value object.</summary> <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param> <param name="attributeName">Type: Returns_String. The logical name of the attribute in the condition expression.</param> <param name="value">Type: Returns_Object. The attribute value.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Object[])"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class setting the attribute name, condition operator and an array of value objects.</summary> <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param> <param name="attributeName">Type: Returns_String. The logical name of the attribute in the condition expression.</param> <param name="values">Type: Returns_Object[]. The array of attribute values.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class.</summary> <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param> <param name="attributeName">Type: Returns_String. The logical name of the attribute in the condition expression.</param> <param name="entityName">Type: Returns_String. The logical name of the entity in the condition expression.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Object)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class.</summary> <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param> <param name="attributeName">Type: Returns_String. The logical name of the attribute in the condition expression.</param> <param name="entityName">Type: Returns_String. The logical name of the entity in the condition expression.</param> <param name="value">Type: Returns_Object. The attribute value.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.ConditionExpression.#ctor(System.String,System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Object[])"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see> class.</summary> <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The condition operator.</param> <param name="attributeName">Type: Returns_String. The logical name of the attribute in the condition expression.</param> <param name="entityName">Type: Returns_String. The logical name of the entity in the condition expression.</param> <param name="values">Type: Returns_Object[]. The array of attribute values.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Query.ConditionExpression.AttributeName"> <summary>Gets or sets the logical name of the attribute in the condition expression.</summary> <returns>Type: Returns_String The logical name of the attribute in the condition expression.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.ConditionExpression.EntityName"> <summary>Gets or sets the entity name for the condition.</summary> <returns>Type: Returns_StringThe name of the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.ConditionExpression.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.ConditionExpression.Operator"> <summary>Gets or sets the condition operator.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see> The condition operator.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.ConditionExpression.Values"> <summary>Gets or sets the values for the attribute.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><Returns_Object>The attribute values.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"> <summary>Describes the type of comparison for two values (or expressions) in a condition expression. </summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.BeginsWith"> <summary>The string occurs at the beginning of another string. Value = 0x36.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Between"> <summary>The value is between two values. Value = 10.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ChildOf"> <summary>internal</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Contains"> <summary>The string contains another string. Value = 0x31.You must use the Contains operator for only those attributes that are enabled for full-text indexing. Otherwise, you will receive a generic SQL error message while retrieving data. In a pn_microsoftcrm default installation, only the attributes of the KBArticle (article) entity are enabled for full-text indexing.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.DoesNotBeginWith"> <summary>The string does not begin with another string. Value = 0x37.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.DoesNotContain"> <summary>The string does not contain another string. Value = 50.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.DoesNotEndWith"> <summary>The string does not end with another string. Value = 0x39.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EndsWith"> <summary>The string ends with another string. Value = 0x38.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Equal"> <summary>The values are compared for equality. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualBusinessId"> <summary>The value is equal to the specified business ID. Value = 0x2b.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualUserId"> <summary>The value is equal to the specified user ID. Value = 0x29.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualUserLanguage"> <summary>The value is equal to the language for the user. Value = 0x33.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualUserOrUserTeams"> <summary>The record is owned by a user or teams that the user is a member of. Value = 0x4a.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.EqualUserTeams"> <summary>The record is owned by teams that the user is a member of. Value = 0x49.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.GreaterEqual"> <summary>The value is greater than or equal to the compared value. Value = 4.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.GreaterThan"> <summary>The value is greater than the compared value. Value = 2.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.In"> <summary>TheThe value exists in a list of values. Value = 8.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.InFiscalPeriod"> <summary>The value is within the specified fiscal period. Value = 0x45.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.InFiscalPeriodAndYear"> <summary>The value is within the specified fiscal period and year. Value = 70.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.InFiscalYear"> <summary>The value is within the specified year. Value = 0x44.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.InOrAfterFiscalPeriodAndYear"> <summary>The value is within or after the specified fiscal period and year. Value = 0x48.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.InOrBeforeFiscalPeriodAndYear"> <summary>The value is within or before the specified fiscal period and year. Value = 0x47.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Last7Days"> <summary>The value is within the last seven days including today. Value = 0x11.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastFiscalPeriod"> <summary>The value is within the last fiscal period. Value = 0x3f.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastFiscalYear"> <summary>The value is within the last fiscal year. Value = 0x3e.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastMonth"> <summary>The value is within the last month including first day of the last month and last day of the last month. Value = 0x16.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastWeek"> <summary>The value is within the previous week including Sunday through Saturday. Value = 0x13.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXDays"> <summary>The value is within last X days. Value = 0x21.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXFiscalPeriods"> <summary>The value is within the last X (specified value) fiscal periods. Value = 0x41.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXFiscalYears"> <summary>The value is within the last X (specified value) fiscal periods. Value = 0x40.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXHours"> <summary>The value is within the last X hours. Value = 0x1f.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXMonths"> <summary>The value is within the last X (specified value) months. Value = 0x25.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXWeeks"> <summary>The value is within the last X (specified value) weeks. Value = 0x23.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastXYears"> <summary>The value is within the last X years. Value = 0x27.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LastYear"> <summary>The value is within the previous year. Value = 0x1c.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LessEqual"> <summary>The value is less than or equal to the compared value. Value = 5.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.LessThan"> <summary>The value is less than the compared value. Value = 3.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Like"> <summary>The character string is matched to the specified pattern. Value = 6.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Mask"> <summary>The value is found in the specified bit-mask value. Value = 0x2e.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.MasksSelect"> <summary>Internal Value = 0x30.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Next7Days"> <summary>The value is within the next seven days. Value = 0x12.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextFiscalPeriod"> <summary>The value is within the next fiscal period. Value = 0x3d.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextFiscalYear"> <summary>The value is within the next fiscal year. Value = 60.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextMonth"> <summary>The value is within the next month. Value = 0x18.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextWeek"> <summary>The value is within the next week. Value = 0x15.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXDays"> <summary>The value is within the next X (specified value) days. Value = 0x22.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXFiscalPeriods"> <summary>The value is within the next X (specified value) fiscal period. Value = 0x43.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXFiscalYears"> <summary>The value is within the next X (specified value) fiscal years. Value = 0x42.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXHours"> <summary>The value is within the next X (specified value) hours. Value = 0x20.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXMonths"> <summary>The value is within the next X (specified value) months. Value = 0x26.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXWeeks"> <summary>The value is within the next X weeks. Value = 0x24.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextXYears"> <summary>The value is within the next X years. Value = 40.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NextYear"> <summary>The value is within the next year. Value = 30.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotBetween"> <summary>The value is not between two values. Value = 11.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotEqual"> <summary>The two values are not equal. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotEqualBusinessId"> <summary>The value is not equal to the specified business ID. Value = 0x2c.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotEqualUserId"> <summary>The value is not equal to the specified user ID. Value = 0x2a.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotIn"> <summary>The given value is not matched to a value in a subquery or a list. Value = 9.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotLike"> <summary>The character string does not match the specified pattern. Value = 7.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotMask"> <summary>The value is not found in the specified bit-mask value. Value = 0x2f.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotNull"> <summary>The value is not null. Value = 13.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.NotOn"> <summary>The value is not on the specified date. Value = 0x34.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Null"> <summary>The value is null. Value = 12.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OlderThanXMonths"> <summary>The value is older than the specified number of months. Value = 0x35.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.On"> <summary>The value is on a specified date. Value = 0x19.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OnOrAfter"> <summary>The value is on or after a specified date. Value = 0x1b.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.OnOrBefore"> <summary>The value is on or before a specified date. Value = 0x1a.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisFiscalPeriod"> <summary>The value is within the current fiscal period. Value = 0x3b.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisFiscalYear"> <summary>The value is within the current fiscal year . Value = 0x3a.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisMonth"> <summary>The value is within the current month. Value = 0x17.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisWeek"> <summary>The value is within the current week. Value = 20.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.ThisYear"> <summary>The value is within the current year. Value = 0x1d.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Today"> <summary>The value equals today’s date. Value = 15.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Tomorrow"> <summary>The value equals tomorrow’s date. Value = 0x10.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.ConditionOperator.Yesterday"> <summary>The value equals yesterday’s date. Value = 14.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Query.FetchExpression"> <summary>Contains a query expressed in FetchXML.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.FetchExpression.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.FetchExpression"></see> class.</summary> <param name="query">Type: Returns_String. The FetchXML query string.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Query.FetchExpression.Query"> <summary>Gets or sets the FetchXML query string.</summary> <returns>Type: Returns_StringThe FetchXML query string.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Query.FilterExpression"> <summary>Specifies complex condition and logical filter expressions used for filtering the results of the query.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.#ctor(Microsoft.Xrm.Sdk.Query.LogicalOperator)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression"></see> class.</summary> <param name="filterOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LogicalOperator"></see>. The filter operator.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.AddCondition(Microsoft.Xrm.Sdk.Query.ConditionExpression)"> <summary>Adds a condition to the filter expression setting the condition expression.</summary> <param name="condition">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see>. Specifies the condition expression to be added.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.AddCondition(System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Object[])"> <summary>Adds a condition to the filter expression setting the attribute name, condition operator, and value array.</summary> <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The enumeration type.</param> <param name="attributeName">Type: Returns_String. The name of the attribute.</param> <param name="values">Type: Returns_Object[]. The array of values to add.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.AddCondition(System.String,System.String,Microsoft.Xrm.Sdk.Query.ConditionOperator,System.Object[])"> <summary>Adds a condition to the filter expression setting the entity name, attribute name, condition operator, and value array.</summary> <param name="conditionOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ConditionOperator"></see>. The enumeration type.</param> <param name="attributeName">Type: Returns_String. The name of the attribute.</param> <param name="entityName">Type: Returns_String. The name of the entity.</param> <param name="values">Type: Returns_Object[]. The array of values to add.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.AddFilter(Microsoft.Xrm.Sdk.Query.FilterExpression)"> <summary>Adds a child filter to the filter expression.</summary> <param name="childFilter">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression"></see>. The filter to be added.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.FilterExpression.AddFilter(Microsoft.Xrm.Sdk.Query.LogicalOperator)"> <summary>Adds a child filter to the filter expression setting the logical operator.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression"></see> The new filter expression.</returns> <param name="logicalOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LogicalOperator"></see>. The enumeration type.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Query.FilterExpression.Conditions"> <summary>Gets condition expressions that include attributes, condition operators, and attribute values.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><<see cref="T:Microsoft.Xrm.Sdk.Query.ConditionExpression"></see>> The collection of condition expressions. </returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.FilterExpression.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.FilterExpression.FilterOperator"> <summary>Gets or sets the logical AND/OR filter operator.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LogicalOperator"></see>The filter operator.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.FilterExpression.Filters"> <summary>Gets a collection of condition and logical filter expressions that filter the results of the query.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><<see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression"></see>>The collection of filters.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.FilterExpression.IsQuickFindFilter"> <summary>Gets or sets whether the expression is part of a quick find query.</summary> <returns>Type: Returns_Booleantrue if the filter is part of a quick find query; otherwise, false.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Query.JoinOperator"> <summary>Contains the possible values for a join operator in a <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity"></see>. </summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.JoinOperator.Inner"> <summary>The values in the attributes being joined are compared using a comparison operator. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.JoinOperator.LeftOuter"> <summary>All instances of the entity in the FROM clause are returned if they meet WHERE or HAVING search conditions. Value = 1.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.JoinOperator.Natural"> <summary>Only one value of the two joined attributes is returned if an equal-join operation is performed and the two values are identical. Value = 0.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Query.LinkEntity"> <summary>Specifies the links between multiple entity types used in creating complex queries.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.LinkEntity.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.LinkEntity.#ctor(System.String,System.String,System.String,System.String,Microsoft.Xrm.Sdk.Query.JoinOperator)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity"></see> class setting the required properties.</summary> <param name="linkToAttributeName">Type: Returns_String. The name of the attribute to link to.</param> <param name="joinOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.JoinOperator"></see>. The join operator.</param> <param name="linkFromEntityName">Type: Returns_String. The logical name of the entity to link from.</param> <param name="linkToEntityName">Type: Returns_String. The logical name of the entity to link to.</param> <param name="linkFromAttributeName">Type: Returns_String. The name of the attribute to link from.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.LinkEntity.AddLink(System.String,System.String,System.String)"> <summary>Adds a link, setting the link to entity name, the link from attribute name and the link to attribute name.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity"></see>The link entity that was created.</returns> <param name="linkToAttributeName">Type: Returns_String. The name of the attribute to link to.</param> <param name="linkToEntityName">Type: Returns_String. The name of the entity to link to.</param> <param name="linkFromAttributeName">Type: Returns_String. The name of the attribute to link from.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.LinkEntity.AddLink(System.String,System.String,System.String,Microsoft.Xrm.Sdk.Query.JoinOperator)"> <summary>Adds a link setting the link to entity name, the link from attribute name, the link to attribute name, and the join operator.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity"></see>The link entity that was created.</returns> <param name="linkToAttributeName">Type: Returns_String. The name of the attribute to link to.</param> <param name="joinOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.JoinOperator"></see>. The join operator.</param> <param name="linkToEntityName">Type: Returns_String. The name of the entity to link to.</param> <param name="linkFromAttributeName">Type: Returns_String. The name of the attribute to link from.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.Columns"> <summary>Gets or sets the column set.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see>The set of columns (fields) to be returned for the query.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.EntityAlias"> <summary>Gets or sets the alias for the entity.</summary> <returns>Type: Returns_String The alias for the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.JoinOperator"> <summary>Gets or sets the join operator.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.JoinOperator"></see>The join operator.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.LinkCriteria"> <summary>Gets or sets the complex condition and logical filter expressions that filter the results of the query.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression"></see>The complex condition and logical filter expressions that filter the results of the query.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.LinkEntities"> <summary>Gets the links between multiple entity types.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><<see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity"></see>>The collection of links between entities.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.LinkFromAttributeName"> <summary>Gets or sets the logical name of the attribute of the entity that you are linking from.</summary> <returns>Type: Returns_String The logical name of the attribute of the entity that you are linking from.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.LinkFromEntityName"> <summary>Gets or sets the logical name of the entity that you are linking from.</summary> <returns>Type: Returns_String The logical name of the entity that you are linking from.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.LinkToAttributeName"> <summary>Gets or sets the logical name of the attribute of the entity that you are linking to.</summary> <returns>Type: Returns_String The logical name of the attribute of the entity that you are linking to.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.LinkEntity.LinkToEntityName"> <summary>Gets or sets the logical name of the entity that you are linking to.</summary> <returns>Type: Returns_String The logical name of the entity that you are linking to.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Query.LogicalOperator"> <summary>Contains the possible values for an operator in a <see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression"></see>. </summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.LogicalOperator.And"> <summary>A logical AND operation is performed. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.LogicalOperator.Or"> <summary>A logical OR operation is performed. Value = 1.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Query.OrderExpression"> <summary>Sets the order in which the entity instances are returned from the query.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.OrderExpression.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.OrderExpression"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.OrderExpression.#ctor(System.String,Microsoft.Xrm.Sdk.Query.OrderType)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.OrderExpression"></see> class setting the attribute name and the order type.</summary> <param name="attributeName">Type: Returns_String. The name of the attribute.</param> <param name="orderType">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.OrderType"></see>. The order, ascending or descending.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Query.OrderExpression.AttributeName"> <summary>Gets or sets the name of the attribute in the order expression.</summary> <returns>Type: Returns_String The name of the attribute in the order expression.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.OrderExpression.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.OrderExpression.OrderType"> <summary>Gets or sets the order, ascending or descending.</summary> <returns>Returns <see cref="T:Microsoft.Xrm.Sdk.Query.OrderType"></see>The order, ascending or descending.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Query.OrderType"> <summary>Contains the possible values for the order type in an <see cref="T:Microsoft.Xrm.Sdk.Query.OrderExpression"></see>. </summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.OrderType.Ascending"> <summary>The values of the specified attribute should be sorted in ascending order, from lowest to highest. Value = 0.</summary> </member> <member name="F:Microsoft.Xrm.Sdk.Query.OrderType.Descending"> <summary>The values of the specified attribute should be sorted in descending order, from highest to lowest. Value = 1.</summary> </member> <member name="T:Microsoft.Xrm.Sdk.Query.PagingInfo"> <summary>Specifies a number of pages and a number of entity instances per page to return from the query. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.PagingInfo.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.PagingInfo"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Query.PagingInfo.Count"> <summary>Gets or sets the number of entity instances returned per page.</summary> <returns>Type: Returns_Int32 The number of entity instances returned per page.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.PagingInfo.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.PagingInfo.PageNumber"> <summary>Gets or sets the number of pages returned from the query.</summary> <returns>Type: Returns_Int32 The number of pages returned from the query.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.PagingInfo.PagingCookie"> <summary>Gets or sets the info used to page large result sets.</summary> <returns>Type: Returns_String The info used to page large result sets.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.PagingInfo.ReturnTotalRecordCount"> <summary>Sets whether the total number of records should be returned from the query.</summary> <returns>Type: Returns_Booleantrue if the <see cref="P:Microsoft.Xrm.Sdk.EntityCollection.TotalRecordCount"></see> should be set when the query is executed; otherwise, false.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Query.QueryBase"> <summary>Represents the abstract base class for constructing a query. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.QueryBase.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.QueryBase"></see> class.</summary> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryBase.ExtensionData"> <summary>ExtensionData</summary> <returns>Type: Returns_ExtensionDataObjectThe extension data.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Query.QueryByAttribute"> <summary>Contains a query that is expressed as a set of attribute and value pairs. </summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.QueryByAttribute.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.QueryByAttribute"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.QueryByAttribute.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.QueryByAttribute"></see> class.</summary> <param name="entityName">Type: Returns_String. The logical name of the entity to query.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.QueryByAttribute.AddAttributeValue(System.String,System.Object)"> <summary>Adds an attribute value to the attributes collection.</summary> <param name="value">Type: Returns_Object. The attribute value.</param> <param name="attributeName">Type: Returns_String. The logical name of the attribute.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.QueryByAttribute.AddOrder(System.String,Microsoft.Xrm.Sdk.Query.OrderType)"> <summary>Adds an order to the orders collection.</summary> <param name="attributeName">Type: Returns_String. The logical name of the attribute.</param> <param name="orderType">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.OrderType"></see>. The order for that attribute.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.Attributes"> <summary>Gets the set of attributes selected in the query.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><Returns_String> The collection of attributes selected in the query.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.ColumnSet"> <summary>Gets or sets the column set.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see>The set of columns (fields) to be returned, used <see cref="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.Attributes"></see> collection.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.EntityName"> <summary>Gets or sets the logical name of the entity to query.</summary> <returns>Type: Returns_StringThe logical name of the entity.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.Orders"> <summary>Gets the order in which the entity instances are returned from the query. </summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><<see cref="T:Microsoft.Xrm.Sdk.Query.OrderExpression"></see>>A collection that defines the order in which the entity instances are returned from the query.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.PageInfo"> <summary>Gets or sets the number of pages and the number of entity instances per page returned from the query.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.PagingInfo"></see>The number of pages and the number of entity instances per page returned from the query.A query can contain either <see cref="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.PageInfo"></see> or <see cref="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.TopCount"></see> property values. If both are specified, an error will be thrown.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.TopCount"> <summary>Gets or sets the number of rows to be returned.</summary> <returns>Type: Returns_Int32The number of rows to be returned.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryByAttribute.Values"> <summary>Gets the attribute values to look for when the query is executed.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><Returns_Object>A collection that defines the attribute values to look for when the query is executed.</returns> </member> <member name="T:Microsoft.Xrm.Sdk.Query.QueryExpression"> <summary>Contains a complex query expressed in a hierarchy of expressions.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpression.#ctor"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.QueryExpression"></see> class.</summary> </member> <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpression.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:Microsoft.Xrm.Sdk.Query.QueryExpression"></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.Query.QueryExpression.AddLink(System.String,System.String,System.String)"> <summary>Adds the specified link to the query expression setting the entity name to link to, the attribute name to link from and the attribute name to link to.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity"></see>The link entity instance created and added to the query expression.</returns> <param name="linkToAttributeName">Type: Returns_String. The name of the attribute to link to.</param> <param name="linkToEntityName">Type: Returns_String. The name of entity to link from.</param> <param name="linkFromAttributeName">Type: Returns_String. The name of the attribute to link from.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpression.AddLink(System.String,System.String,System.String,Microsoft.Xrm.Sdk.Query.JoinOperator)"> <summary>Adds the specified link to the query expression setting the entity name to link to, the attribute name to link from and the attribute name to link to.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity"></see>The link entity instance created and added to the query expression.</returns> <param name="linkToAttributeName">Type: Returns_String. The name of the attribute to link to.</param> <param name="joinOperator">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.JoinOperator"></see>. The join operator.</param> <param name="linkToEntityName">Type: Returns_String. The name of entity to link from.</param> <param name="linkFromAttributeName">Type: Returns_String. The name of the attribute to link from.</param> </member> <member name="M:Microsoft.Xrm.Sdk.Query.QueryExpression.AddOrder(System.String,Microsoft.Xrm.Sdk.Query.OrderType)"> <summary>Adds the specified order expression to the query expression.</summary> <param name="attributeName">Type: Returns_String. The name of the attribute.</param> <param name="orderType">Type: <see cref="T:Microsoft.Xrm.Sdk.Query.OrderType"></see>. The order type.</param> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.ColumnSet"> <summary>Gets or sets the columns to include.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.ColumnSet"></see>The set of columns to return in the query results.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.Criteria"> <summary>Gets or sets the complex condition and logical filter expressions that filter the results of the query.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.FilterExpression"></see>The query condition and filter criteria.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.Distinct"> <summary>Gets or sets whether the results of the query contain duplicate entity instances.</summary> <returns>Type: Returns_Booleantrue if the results of the query contain duplicate entity instances; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.EntityName"> <summary>Gets or sets the logical name of the entity.</summary> <returns>Type: Returns_String The logical name of the primary entity for the query.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.LinkEntities"> <summary>Gets a collection of the links between multiple entity types.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><<see cref="T:Microsoft.Xrm.Sdk.Query.LinkEntity"></see>>The collection of links between entities for the query.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.NoLock"> <summary>Gets or sets a value that indicates that no shared locks are issued against the data that would prohibit other transactions from modifying the data in the records returned from the query.</summary> <returns>Type: Returns_Booleantrue if there are no shared locks are issued against the data that would prohibit other transactions from modifying the data in the records returned from the query; otherwise, false.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.Orders"> <summary>Gets the order in which the entity instances are returned from the query.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.DataCollection`1"></see><<see cref="T:Microsoft.Xrm.Sdk.Query.OrderExpression"></see>>The order expression that defines the order in which the entity instances are returned from the query.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.PageInfo"> <summary>Gets or sets the number of pages and the number of entity instances per page returned from the query.</summary> <returns>Type: <see cref="T:Microsoft.Xrm.Sdk.Query.PagingInfo"></see>The number of pages and the number of entity instances per page returned from the query.A query can contain either <see cref="P:Microsoft.Xrm.Sdk.Query.QueryExpression.PageInfo"></see> or <see cref="P:Microsoft.Xrm.Sdk.Query.QueryExpression.TopCount"></see> property values. If both are specified, an error will be thrown.</returns> </member> <member name="P:Microsoft.Xrm.Sdk.Query.QueryExpression.TopCount"> <summary>Gets or sets the number of rows to be returned.</summary> <returns>Type: Returns_Int32The number of rows to be returned.</returns> </member> </members> </doc> |