コード例 #1
0
 public TiaObject(TiaObjectStructure tiaObjectStructure)
 {
     this.TiaObjectStructure = tiaObjectStructure;
 }
コード例 #2
0
 public TiaXmlWriter(TiaObjectStructure tiaObjectStructure)
 {
     this._tiaObjectStructure = new TiaObjectStructure();
     this.WriteStep = WriteStepType.TiaObjectsRoot;
 }
コード例 #3
0
 public TiaObject(TiaObjectStructure tiaObjectStructure)
 {
     this.TiaObjectStructure = tiaObjectStructure;
 }
コード例 #4
0
 public static TiaStorrageObject CreateStorrageObject(TiaObjectStructure tiaObjectStructure, int id, int instId,
                                                      int clusterId)
 {
     return(new TiaStorrageObject(tiaObjectStructure));
 }
コード例 #5
0
 protected TiaStorrageObject(TiaObjectStructure tiaObjectStructure)
     : base(tiaObjectStructure)
 {
     AttributeSets = new List <BaseTiaAttributeSet>();
 }
コード例 #6
0
 public TiaXmlWriter(TiaObjectStructure tiaObjectStructure)
 {
     this._tiaObjectStructure = new TiaObjectStructure();
     this.WriteStep           = WriteStepType.TiaObjectsRoot;
 }
コード例 #7
0
 public static TiaStorrageObject CreateStorrageObject(TiaObjectStructure tiaObjectStructure, int id, int instId,
     int clusterId)
 {
     return new TiaStorrageObject(tiaObjectStructure);
 }
コード例 #8
0
        protected TiaStorrageObject(TiaObjectStructure tiaObjectStructure)
            : base(tiaObjectStructure)
        {
            AttributeSets = new List<BaseTiaAttributeSet>();

        }