Exemplo n.º 1
0
 public ITask GetTaskByName(string name)
 {
     Class211 class2 = new Class211 {
         string_0 = name
     };
     return this.list_0.FirstOrDefault<ITask>(new Func<ITask, bool>(class2.method_0));
 }
Exemplo n.º 2
0
        protected override void CreateLayoutInfo()
        {
            base.interface23_0 = new Class211((this.HeightType == TableRowHeightType.Exactly) && (((this.Height >= 0f) ? ((double)this.Height) : ((double)(-1f * this.Height))) >= 0.05), this.Height);
            if (base.NextSibling is TableRow)
            {
                Paragraph paragraph = (base.NextSibling as TableRow).Cells[0].method_55();
                if (paragraph != null)
                {
                    base.interface23_0.imethod_29(paragraph.Format.PageBreakBefore);
                }
            }
            base.interface23_0.imethod_31(true);
            for (int i = 0; i < this.Cells.Count; i++)
            {
                if (this.Cells[i].CellFormat.TextDirection == TextDirection.TopToBottom)
                {
                    base.interface23_0.imethod_31(false);
                    break;
                }
            }
            this.method_40();
            Class211 class2 = base.interface23_0 as Class211;
            Class211 class3 = (base.PreviousSibling != null) ? ((base.PreviousSibling as Interface1).imethod_0() as Class211) : null;

            if (class3 == null)
            {
                class2.method_102(0);
            }
            else
            {
                class2.method_102(class3.method_101() + 1);
            }
            if (this is StructureDocumentTagRow)
            {
                (this as StructureDocumentTagRow).UpdateDataBinding();
            }
        }
 public abstract void Visit(Class211 c);
 public override void Visit(Class211 c) { }