Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 4,074 for

assignment

(0.14 sec)
  1. Detente o reanude una tarea en Ruby | Aspose.Ta...

    Esta guía explica cómo detener o reanudar las tareas de recursos utilizando Aspose.Tasks Java para Ruby....mpp' ) 2 3 Resource_Assignments = Project . getResourceasSignmen...Mientras yo < recocesce_assignments . size () 8 9 asignación...

    docs.aspose.com/tasks/es/java/stop-or-resume-an...
  2. MPP에 메타 데이터 작성 | aspose.tasks 문서

    .NET 용 aspose.tasks를 사용하여 작업, 캘린더, 리소스, 리소스 할당의 메타 데이터를 작성하는 방법에 대해 알아보십시오....Create resource assignment and set resource assignment meta data 50...50 ResourceAssignment assignment = project. ResourceAssignments...

    docs.aspose.com/tasks/ko/net/writing-metadata-t...
  3. Résumé de lecture et d'écriture des données du ...

    Cette page fournit des informations complètes sur la lecture et la rédaction de données de projet Microsoft à l'aide d'Aspose.Tasks pour .NET....Access assignments 10 foreach (ResourceAssignment assignment in task...task.Assignments) 11 { 12 Console.WriteLine( $"Assigned to: {assignment...

    docs.aspose.com/tasks/fr/net/microsoft-project-...
  4. Мікрософт проекту зчитування даних та написання...

    Ця сторінка надає вичерпну інформацію про читання та написання даних Microsoft Project за допомогою Aspose.Tasks для .NET....Access assignments 10 foreach (ResourceAssignment assignment in task...task.Assignments) 11 { 12 Console.WriteLine( $"Assigned to: {assignment...

    docs.aspose.com/tasks/uk/net/microsoft-project-...
  5. Lecture des données périodisées des tâches | Do...

    Apprenez comment lire les données périodisées des tâches (travail et coût) à partir de Microsoft Project (MPP/XML) en utilisant Aspose.Tasks pour .NET avec des exemples en C#....resource assignment 17 ResourceAssignment assignment = project...Add (task, resource); 18 assignment. Set (Asn. Stop , DateTime...

    docs.aspose.com/tasks/fr/net/read-task-s-timeph...
  6. Comment ajouter des attributs étendus aux affec...

    Découvrez comment ajouter des attributs étendus aux affectations de ressources de Microsoft Project en utilisant Aspose.Tasks for .NET. Ce guide explique comment créer des attributs étendus simples et à valeurs prédéfinies avec des exemples de code pratiques en C#.... Add ( "Rsc" ); 7 8 // Assign the resource to the desired...task 9 ResourceAssignment assignment = project. ResourceAssignments...

    docs.aspose.com/tasks/fr/net/adding-extended-at...
  7. Добавление расширенных атрибутов к назначениям ...

    Узнайте, как добавить расширенные атрибуты Microsoft Project к назначениям ресурсов, используя Aspose.Tasks для C# и VB.NET....get_Resources() -> Add(u "Rsc" ); 7 8 // Assign the resource to the desired...::SharedPtr < ResourceAssignment > assignment = project -> get_ResourceAssignments()...

    docs.aspose.com/tasks/ru/cpp/adding-extended-at...
  8. Додавання розширених атрибутів до призначення р...

    Дізнайтеся, як додати розширені атрибути Microsoft Project до призначення ресурсів за допомогою Aspose.Tasks для C# та vb.net....get_Resources() -> Add(u "Rsc" ); 7 8 // Assign the resource to the desired...::SharedPtr < ResourceAssignment > assignment = project -> get_ResourceAssignments()...

    docs.aspose.com/tasks/uk/cpp/adding-extended-at...
  9. So fügen Sie erweiterte Attribute zu Ressourcen...

    Erfahren Sie, wie Sie erweiterte Attribute zu Ressourcen-Zuweisungen in Microsoft Project mithilfe von Aspose.Tasks for .NET hinzufügen. Diese Anleitung erklärt, wie Sie einfache und Nachschlageattribute erstellen, mit praktischen C#-Codebeispielen.... Add ( "Rsc" ); 7 8 // Assign the resource to the desired...task 9 ResourceAssignment assignment = project. ResourceAssignments...

    docs.aspose.com/tasks/de/net/adding-extended-at...
  10. Convert BMP to EPS using Java API Solution

    BMP to EPS conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....and the output EPS file are assigned by strings: Copy 1 // For...image and output EPS file are assigned by streams: Copy 1 // For...

    docs.aspose.com/page/java/convert/bmp-to-eps/