snippets / comos

All snippets tagged comos (2)

  1. Create ComosObjectSubstiture from IComosDSpecification.LinkObject

    .

    1 User u =(User)ComosObjectFactory.Create((IComosDDevice)e.LinkObject);
    Posted by qrist0ph to c# comos ... saved by 1 person ... 0 comments ... 2 months
  2. Set Comos Workload XML

    .

    1  System.Collections.ICollection col = this.GetSpecificationCollection("RES.ADDR");
    2 foreach (IComosDSpecification e in col)
    3 {
    4 e.XMLString = s;
    5 //WrapperDebug.WriteLine("Arbeitszeit " + e.XMLString);
    6 }
    Posted by qrist0ph to c# comos xml ... saved by 1 person ... 0 comments ... 2 months
showing 10, 25, 50 items per pages

Pages : 1

Flux RSS friendsnippetLatest snippets


More...