示例#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 =
                    (IfcUnitaryEquipmentTypeEnum)
                    Enum.Parse(typeof(IfcUnitaryEquipmentTypeEnum), value.EnumVal, true);
                break;

            default:
                this.HandleUnexpectedAttribute(propIndex, value); break;
            }
        }
		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 = (IfcUnitaryEquipmentTypeEnum) System.Enum.Parse(typeof (IfcUnitaryEquipmentTypeEnum), value.EnumVal, true);
					return;
				default:
					throw new XbimParserException(string.Format("Attribute index {0} is out of range for {1}", propIndex + 1, GetType().Name.ToUpper()));
			}
		}
 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 =
                 (IfcUnitaryEquipmentTypeEnum)
                 Enum.Parse(typeof (IfcUnitaryEquipmentTypeEnum), value.EnumVal, true);
             break;
         default:
             this.HandleUnexpectedAttribute(propIndex, value); break;
     }
 }
示例#4
0
 internal IfcUnitaryEquipment(DatabaseIfc db, IfcUnitaryEquipment e, DuplicateOptions options) : base(db, e, options)
 {
     mPredefinedType = e.mPredefinedType;
 }
示例#5
0
 internal IfcUnitaryEquipmentType(DatabaseIfc db, IfcUnitaryEquipmentType t, DuplicateOptions options) : base(db, t, options)
 {
     mPredefinedType = t.mPredefinedType;
 }
示例#6
0
 internal IfcUnitaryEquipmentType(DatabaseIfc db, IfcUnitaryEquipmentType t)
     : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
示例#7
0
 internal IfcUnitaryEquipmentType(IfcUnitaryEquipmentType be) : base((IfcEnergyConversionDeviceType)be)
 {
     mPredefinedType = be.mPredefinedType;
 }
示例#8
0
 internal IfcUnitaryEquipmentType(DatabaseIfc db, IfcUnitaryEquipmentType t) : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
示例#9
0
		internal IfcUnitaryEquipmentType(IfcUnitaryEquipmentType be) : base((IfcEnergyConversionDeviceType)be) { mPredefinedType = be.mPredefinedType; }
示例#10
0
		internal IfcUnitaryEquipment(IfcUnitaryEquipment b) : base(b) { mPredefinedType = b.mPredefinedType; }
示例#11
0
 public IfcUnitaryEquipment(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcIdentifier tag, IfcUnitaryEquipmentTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, objectType, objectPlacement, representation, tag)
 {
     PredefinedType = predefinedType;
 }
示例#12
0
 public IfcUnitaryEquipmentType(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcIdentifier applicableOccurrence, List <IfcPropertySetDefinition> hasPropertySets, List <IfcRepresentationMap> representationMaps, IfcLabel tag, IfcLabel elementType, IfcUnitaryEquipmentTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, applicableOccurrence, hasPropertySets, representationMaps, tag, elementType)
 {
     PredefinedType = predefinedType;
 }
示例#13
0
 /// <summary>
 /// Construct a IfcUnitaryEquipmentType with all required attributes.
 /// </summary>
 public IfcUnitaryEquipmentType(IfcGloballyUniqueId globalId, IfcUnitaryEquipmentTypeEnum predefinedType) : base(globalId)
 {
     PredefinedType = predefinedType;
 }
示例#14
0
 internal IfcUnitaryEquipment(DatabaseIfc db, IfcUnitaryEquipment e, IfcOwnerHistory ownerHistory, bool downStream) : base(db, e, ownerHistory, downStream)
 {
     mPredefinedType = e.mPredefinedType;
 }
示例#15
0
 public IfcUnitaryEquipmentType(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcLabel?__ApplicableOccurrence, IfcPropertySetDefinition[] __HasPropertySets, IfcRepresentationMap[] __RepresentationMaps, IfcLabel?__Tag, IfcLabel?__ElementType, IfcUnitaryEquipmentTypeEnum __PredefinedType)
     : base(__GlobalId, __OwnerHistory, __Name, __Description, __ApplicableOccurrence, __HasPropertySets, __RepresentationMaps, __Tag, __ElementType)
 {
     this._PredefinedType = __PredefinedType;
 }
示例#16
0
 internal IfcUnitaryEquipment(DatabaseIfc db, IfcUnitaryEquipment e)
     : base(db,e)
 {
     mPredefinedType = e.mPredefinedType;
 }
示例#17
0
 internal IfcUnitaryEquipment(DatabaseIfc db, IfcUnitaryEquipment e) : base(db, e)
 {
     mPredefinedType = e.mPredefinedType;
 }
示例#18
0
        internal IfcUnitaryEquipmentTypeEnum mPredefinedType = IfcUnitaryEquipmentTypeEnum.NOTDEFINED; // : IfcUnitaryEquipmentTypeEnum;

        #endregion Fields

        #region Constructors

        public IfcUnitaryEquipmentType(DatabaseIfc m, string name, IfcUnitaryEquipmentTypeEnum type)
            : base(m)
        {
            Name = name; mPredefinedType = type;
        }
示例#19
0
 public IfcUnitaryEquipmentType(DatabaseIfc m, string name, IfcUnitaryEquipmentTypeEnum type) : base(m)
 {
     Name = name; mPredefinedType = type;
 }
示例#20
0
 internal IfcUnitaryEquipment(IfcUnitaryEquipment b) : base(b)
 {
     mPredefinedType = b.mPredefinedType;
 }