| Name | Description |
|---|
  | AssertEntityName(Entity, String()) | Verifies that the logical name of an entity is the expected name. |
  | Clone(Entity, Boolean) | Deep clones an instance of the Entity class. |
  | Clone(EntityCollection, Boolean) | Deep clones an instance of the Entity class. |
  | GetAttributeCollectionValue(Of T)(Entity, String) | Gets the attribute collection for a specific attribute of an entity. |
  | GetAttributeValue(Entity, String) | Retrieves the value of the attribute. |
  | GetAttributeValue(Of T)(Entity, String) | Retrieves the value of an attribute. |
  | GetEntityReferenceValue(Of T)(Entity, String) | Retrieves attribute values for EntityReference attributes. |
  | GetFormattedAttributeValue(Entity, String) | Retrieves a formatted attribute value. |
  | GetRelatedEntities(Entity, OrganizationServiceContext, Relationship) | Retrieves the collection of related entities for a specific relationship. |
  | GetRelatedEntities(Entity, OrganizationServiceContext, String, Nullable(Of EntityRole)) | Retrieves the collection of related entities for a specific relationship. |
  | GetRelatedEntities(Of TEntity)(Entity, Relationship) | Retrieves the collection of related entities for a specific relationship. |
  | GetRelatedEntities(Of TEntity)(Entity, String, Nullable(Of EntityRole)) | Retrieves the collection of related entities for a specific relationship. |
  | GetRelatedEntities(Of TEntity, TResult)(TEntity, OrganizationServiceContext, Expression(Of Func(Of TEntity, IEnumerable(Of TResult)))) | Retrieves the collection of related entities for a specific relationship. |
  | GetRelatedEntities(Of TEntity, TResult)(Entity, Expression(Of Func(Of TEntity, IEnumerable(Of TResult)))) | Retrieves the collection of related entities for a specific relationship. |
  | GetRelatedEntity(Entity, OrganizationServiceContext, Relationship) | Retrieves the related entity for a specific relationship. |
  | GetRelatedEntity(Entity, OrganizationServiceContext, String, Nullable(Of EntityRole)) | Retrieves the related entity for a specific relationship. |
  | GetRelatedEntity(Of TEntity)(Entity, Relationship) | Retrieves the related entity for a specific relationship. |
  | GetRelatedEntity(Of TEntity)(Entity, String, Nullable(Of EntityRole)) | Retrieves the related entity for a specific relationship. |
  | GetRelatedEntity(Of TEntity, TResult)(TEntity, Expression(Of Func(Of TEntity, TResult))) | Retrieves the related entity for a specific relationship. |
  | GetRelatedEntity(Of TEntity, TResult)(TEntity, OrganizationServiceContext, Expression(Of Func(Of TEntity, TResult))) | Retrieves the related entity for a specific relationship. |
  | SetAttributeCollectionValue(Of T)(Entity, String, IEnumerable(Of T)) | Modifies the value of a sequence attribute. |
  | SetAttributeValue(Entity, String, Object) | Modifies the value of an attribute. |
  | SetAttributeValue(Entity, String, String, Object) | Modifies the value of an attribute. |
  | SetAttributeValue(Of T)(Entity, String, Object) | Modifies the value of an attribute. |
  | SetAttributeValue(Of T)(Entity, String, String, Object) | Modifies the value of an attribute. |
  | SetRelatedEntities(Of TEntity)(Entity, Relationship, IEnumerable(Of TEntity)) | Modifies the collection of related entities for a specific relationship. |
  | SetRelatedEntities(Of TEntity)(Entity, String, IEnumerable(Of TEntity)) | Modifies the collection of related entities for a specific relationship. |
  | SetRelatedEntities(Of TEntity)(Entity, String, Nullable(Of EntityRole), IEnumerable(Of TEntity)) | Modifies the collection of related entities for a specific relationship. |
  | SetRelatedEntities(Of TEntity, TResult)(TEntity, Expression(Of Func(Of TEntity, IEnumerable(Of TResult))), IEnumerable(Of TResult)) | Modifies the collection of related entities for a specific relationship. |
  | SetRelatedEntity(Of TEntity)(Entity, Relationship, TEntity) | Modifies a related entity for a specific relationship. |
  | SetRelatedEntity(Of TEntity)(Entity, String, TEntity) | Modifies a related entity for a specific relationship. |
  | SetRelatedEntity(Of TEntity)(Entity, String, Nullable(Of EntityRole), TEntity) | Modifies a related entity for a specific relationship. |
  | SetRelatedEntity(Of TEntity, TResult)(TEntity, Expression(Of Func(Of TEntity, TResult)), TResult) | Modifies a related entity for a specific relationship. |