Exemplo n.º 1
0
 public static Guid ExecuteWorkflow(this Entity entity,
                                    IOrganizationService organizationService, Guid workflowId)
 {
     throw FeatureRequestException.PartiallyImplementedFeatureException(typeof(ExecuteWorkflowRequest).ToString());
 }
Exemplo n.º 2
0
 public static void Disassociate(this Entity entity, IOrganizationService organizationService,
                                 string relationshipName, EntityReferenceCollection relatedEntities)
 {
     throw FeatureRequestException.PartiallyImplementedFeatureException(typeof(DisassociateRequest).ToString());
 }