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

            default:
                this.HandleUnexpectedAttribute(propIndex, value); break;
            }
        }
 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 =
                 (IfcLightFixtureTypeEnum) Enum.Parse(typeof (IfcLightFixtureTypeEnum), 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 = (IfcLightFixtureTypeEnum)System.Enum.Parse(typeof(IfcLightFixtureTypeEnum), value.EnumVal, true);
                return;

            default:
                throw new XbimParserException(string.Format("Attribute index {0} is out of range for {1}", propIndex + 1, GetType().Name.ToUpper()));
            }
        }
Esempio n. 4
0
 internal IfcLightFixtureType(DatabaseIfc db, IfcLightFixtureType t, DuplicateOptions options) : base(db, t, options)
 {
     mPredefinedType = t.mPredefinedType;
 }
Esempio n. 5
0
 internal IfcLightFixture(DatabaseIfc db, IfcLightFixture f, DuplicateOptions options) : base(db, f, options)
 {
     mPredefinedType = f.mPredefinedType;
 }
Esempio n. 6
0
 internal IfcLightFixtureType(IfcLightFixtureType t) : base(t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Esempio n. 7
0
 internal IfcLightFixture(IfcLightFixture f) : base(f)
 {
     mPredefinedType = f.mPredefinedType;
 }
Esempio n. 8
0
 public IfcLightFixtureType(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcIdentifier?__ApplicableOccurrence, IfcPropertySetDefinition[] __HasPropertySets, IfcRepresentationMap[] __RepresentationMaps, IfcLabel?__Tag, IfcLabel?__ElementType, IfcLightFixtureTypeEnum __PredefinedType)
     : base(__GlobalId, __OwnerHistory, __Name, __Description, __ApplicableOccurrence, __HasPropertySets, __RepresentationMaps, __Tag, __ElementType)
 {
     this.PredefinedType = __PredefinedType;
 }
Esempio n. 9
0
		internal IfcLightFixtureType(IfcLightFixtureType t) : base(t) { mPredefinedType = t.mPredefinedType; }
Esempio n. 10
0
 internal IfcLightFixtureType(DatabaseIfc db, IfcLightFixtureType t) : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Esempio n. 11
0
 internal IfcLightFixtureType(DatabaseIfc db, IfcLightFixtureType t, IfcOwnerHistory ownerHistory, bool downStream) : base(db, t, ownerHistory, downStream)
 {
     mPredefinedType = t.mPredefinedType;
 }
Esempio n. 12
0
 internal IfcLightFixtureType(DatabaseIfc db, IfcLightFixtureType t)
     : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Esempio n. 13
0
        internal IfcLightFixtureTypeEnum mPredefinedType = IfcLightFixtureTypeEnum.NOTDEFINED; // : IfcLightFixtureTypeEnum;

        #endregion Fields

        #region Constructors

        public IfcLightFixtureType(DatabaseIfc m, string name, IfcLightFixtureTypeEnum t)
            : base(m)
        {
            Name = name; mPredefinedType = t;
        }
Esempio n. 14
0
 internal IfcLightFixture(DatabaseIfc db, IfcLightFixture f)
     : base(db, f)
 {
     mPredefinedType = f.mPredefinedType;
 }
Esempio n. 15
0
 public IfcLightFixture(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcIdentifier tag, IfcLightFixtureTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, objectType, objectPlacement, representation, tag)
 {
     PredefinedType = predefinedType;
 }
Esempio n. 16
0
 /// <summary>
 /// Construct a IfcLightFixtureType with all required attributes.
 /// </summary>
 public IfcLightFixtureType(IfcGloballyUniqueId globalId, IfcLightFixtureTypeEnum predefinedType) : base(globalId)
 {
     PredefinedType = predefinedType;
 }
Esempio n. 17
0
 internal IfcLightFixture(DatabaseIfc db, IfcLightFixture f) : base(db, f)
 {
     mPredefinedType = f.mPredefinedType;
 }
Esempio n. 18
0
 public IfcLightFixtureType(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcIdentifier applicableOccurrence, List <IfcPropertySetDefinition> hasPropertySets, List <IfcRepresentationMap> representationMaps, IfcLabel tag, IfcLabel elementType, IfcLightFixtureTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, applicableOccurrence, hasPropertySets, representationMaps, tag, elementType)
 {
     PredefinedType = predefinedType;
 }
Esempio n. 19
0
 public IfcLightFixtureType(DatabaseIfc m, string name, IfcLightFixtureTypeEnum t) : base(m)
 {
     Name = name; mPredefinedType = t;
 }
Esempio n. 20
0
		internal IfcLightFixture(IfcLightFixture f) : base(f) { mPredefinedType = f.mPredefinedType; }