Class IfcPermit
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcControl>
System.IEquatable<IfcPermit>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.SharedMgmtElements
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcPermit", 189)]
public class IfcPermit : IfcControl, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IExpressValidatable, IEquatable<IfcControl>, IInstantiableEntity, IIfcPermit, IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPermit>
Properties
| Improve this Doc View SourceLongDescription
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 21)]
public IfcText? LongDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcText> |
PredefinedType
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 19)]
public IfcPermitTypeEnum? PredefinedType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPermitTypeEnum> |
Status
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 20)]
public IfcLabel? Status { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
Methods
| Improve this Doc View SourceEquals(IfcPermit)
Declaration
public bool Equals(IfcPermit other)
Parameters
Type | Name | Description |
---|---|---|
IfcPermit | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcPermit.LongDescription
Declaration
IfcText? IIfcPermit.LongDescription { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcText> |
IIfcPermit.PredefinedType
Declaration
IfcPermitTypeEnum? IIfcPermit.PredefinedType { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPermitTypeEnum> |
IIfcPermit.Status
Declaration
IfcLabel? IIfcPermit.Status { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>