Class IfcTypeProcess
Inheritance
System.Object
IfcTypeProcess
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcTypeObject>
System.IEquatable<IfcTypeProcess>
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.Kernel
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcTypeProcess", 1306)]
public abstract class IfcTypeProcess : IfcTypeObject, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IInstantiableEntity, IContainsEntityReferences, IContainsIndexedReferences, IEquatable<IfcTypeObject>, IExpressValidatable, IIfcTypeProcess, IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProcessSelect, IIfcProcessSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcTypeProcess>
Properties
| Improve this Doc View SourceIdentification
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 15)]
public IfcIdentifier? Identification { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcIdentifier> |
LongDescription
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 16)]
public IfcText? LongDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcText> |
OperatesOn
Declaration
[InverseProperty("RelatingProcess")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 18)]
public IEnumerable<IfcRelAssignsToProcess> OperatesOn { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IfcRelAssignsToProcess> |
ProcessType
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 17)]
public IfcLabel? ProcessType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
Methods
| Improve this Doc View SourceEquals(IfcTypeProcess)
Declaration
public bool Equals(IfcTypeProcess other)
Parameters
Type | Name | Description |
---|---|---|
IfcTypeProcess | 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 SourceIIfcTypeProcess.Identification
Declaration
IfcIdentifier? IIfcTypeProcess.Identification { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcIdentifier> |
IIfcTypeProcess.LongDescription
Declaration
IfcText? IIfcTypeProcess.LongDescription { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcText> |
IIfcTypeProcess.OperatesOn
Declaration
IEnumerable<IIfcRelAssignsToProcess> IIfcTypeProcess.OperatesOn { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcRelAssignsToProcess> |
IIfcTypeProcess.ProcessType
Declaration
IfcLabel? IIfcTypeProcess.ProcessType { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>