Exemple #1
0
		internal IfcCommunicationsApplianceType(DatabaseIfc m, string name, IfcCommunicationsApplianceTypeEnum t) : base(m) { Name = name; mPredefinedType = t; }
Exemple #2
0
		internal IfcCommunicationsAppliance(IfcCommunicationsAppliance a) : base(a) { mPredefinedType = a.mPredefinedType; }
Exemple #3
0
		internal IfcCommunicationsApplianceType(IfcCommunicationsApplianceType t) : base(t) { mPredefinedType = t.mPredefinedType; }
 /// <summary>
 /// Construct a IfcCommunicationsApplianceType with all required attributes.
 /// </summary>
 public IfcCommunicationsApplianceType(IfcGloballyUniqueId globalId, IfcCommunicationsApplianceTypeEnum predefinedType) : base(globalId)
 {
     PredefinedType = predefinedType;
 }