コード例 #1
0
        public override void IfcParse(int propIndex, IPropertyValue value)
        {
            switch (propIndex)
            {
            case 0:
            case 1:
            case 2:
            case 3:
            case 4:
            case 5:
            case 6:
            case 7:
            case 8:
                base.IfcParse(propIndex, value);
                break;

            case 9:
                _predefinedType =
                    (IfcFlowMeterTypeEnum)Enum.Parse(typeof(IfcFlowMeterTypeEnum), value.EnumVal, true);
                break;

            default:
                this.HandleUnexpectedAttribute(propIndex, value); break;
            }
        }
コード例 #2
0
 public override void IfcParse(int propIndex, IPropertyValue value)
 {
     switch (propIndex)
     {
         case 0:
         case 1:
         case 2:
         case 3:
         case 4:
         case 5:
         case 6:
         case 7:
         case 8:
             base.IfcParse(propIndex, value);
             break;
         case 9:
             _predefinedType =
                 (IfcFlowMeterTypeEnum) Enum.Parse(typeof (IfcFlowMeterTypeEnum), value.EnumVal, true);
             break;
         default:
             this.HandleUnexpectedAttribute(propIndex, value); break;
     }
 }
コード例 #3
0
        public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
        {
            switch (propIndex)
            {
            case 0:
            case 1:
            case 2:
            case 3:
            case 4:
            case 5:
            case 6:
            case 7:
            case 8:
                base.Parse(propIndex, value, nestedIndex);
                return;

            case 9:
                _predefinedType = (IfcFlowMeterTypeEnum)System.Enum.Parse(typeof(IfcFlowMeterTypeEnum), value.EnumVal, true);
                return;

            default:
                throw new XbimParserException(string.Format("Attribute index {0} is out of range for {1}", propIndex + 1, GetType().Name.ToUpper()));
            }
        }
コード例 #4
0
ファイル: IfcFlowMeterType.cs プロジェクト: sta1216/IfcDoc
 public IfcFlowMeterType(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcLabel?__ApplicableOccurrence, IfcPropertySetDefinition[] __HasPropertySets, IfcRepresentationMap[] __RepresentationMaps, IfcLabel?__Tag, IfcLabel?__ElementType, IfcFlowMeterTypeEnum __PredefinedType)
     : base(__GlobalId, __OwnerHistory, __Name, __Description, __ApplicableOccurrence, __HasPropertySets, __RepresentationMaps, __Tag, __ElementType)
 {
     this._PredefinedType = __PredefinedType;
 }
コード例 #5
0
ファイル: IFC F.cs プロジェクト: jmirtsch/GeometryGymIFC
 internal IfcFlowMeterType(DatabaseIfc m, string name, IfcFlowMeterTypeEnum type)
     : base(m)
 {
     Name = name; mPredefinedType = type;
 }
コード例 #6
0
ファイル: IFC F.cs プロジェクト: jmirtsch/GeometryGymIFC
 internal IfcFlowMeterType(DatabaseIfc db, IfcFlowMeterType t)
     : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
コード例 #7
0
ファイル: IFC F.cs プロジェクト: jmirtsch/GeometryGymIFC
 internal IfcFlowMeter(DatabaseIfc db, IfcFlowMeter m)
     : base(db, m)
 {
     mPredefinedType = m.mPredefinedType;
 }
コード例 #8
0
ファイル: IfcFlowMeterType.g.cs プロジェクト: vdubya/IFC-gen
 public IfcFlowMeterType(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcIdentifier applicableOccurrence, List <IfcPropertySetDefinition> hasPropertySets, List <IfcRepresentationMap> representationMaps, IfcLabel tag, IfcLabel elementType, IfcFlowMeterTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, applicableOccurrence, hasPropertySets, representationMaps, tag, elementType)
 {
     PredefinedType = predefinedType;
 }
コード例 #9
0
ファイル: IfcFlowMeterType.g.cs プロジェクト: vdubya/IFC-gen
 /// <summary>
 /// Construct a IfcFlowMeterType with all required attributes.
 /// </summary>
 public IfcFlowMeterType(IfcGloballyUniqueId globalId, IfcFlowMeterTypeEnum predefinedType) : base(globalId)
 {
     PredefinedType = predefinedType;
 }
コード例 #10
0
ファイル: IFC F.cs プロジェクト: jenca-cloud/ggIFC
		internal IfcFlowMeterType(IfcFlowMeterType t) : base(t) { mPredefinedType = t.mPredefinedType; }
コード例 #11
0
ファイル: IFC F.cs プロジェクト: jenca-cloud/ggIFC
		internal IfcFlowMeter(IfcFlowMeter m) : base(m) { mPredefinedType = m.mPredefinedType; }
コード例 #12
0
ファイル: IFC F.cs プロジェクト: xeolabs/GeometryGymIFC
 public IfcFlowMeterType(DatabaseIfc m, string name, IfcFlowMeterTypeEnum type) : base(m)
 {
     Name = name; mPredefinedType = type;
 }
コード例 #13
0
ファイル: IFC F.cs プロジェクト: xeolabs/GeometryGymIFC
 internal IfcFlowMeterType(DatabaseIfc db, IfcFlowMeterType t, DuplicateOptions options) : base(db, t, options)
 {
     mPredefinedType = t.mPredefinedType;
 }
コード例 #14
0
ファイル: IFC F.cs プロジェクト: xeolabs/GeometryGymIFC
 internal IfcFlowMeter(DatabaseIfc db, IfcFlowMeter m, DuplicateOptions options) : base(db, m, options)
 {
     mPredefinedType = m.mPredefinedType;
 }
コード例 #15
0
ファイル: IfcFlowMeter.g.cs プロジェクト: vdubya/IFC-gen
 public IfcFlowMeter(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcIdentifier tag, IfcFlowMeterTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, objectType, objectPlacement, representation, tag)
 {
     PredefinedType = predefinedType;
 }