Class IfcTask
Inheritance
System.Object
IfcTask
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcTask", 72)]
public class IfcTask : IfcProcess, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IEquatable<IfcProcess>, IIfcTask, IIfcProcess, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProcessSelect, IIfcProcessSelect, IExpressSelectType, IInstantiableEntity, IIfcTask, IIfcProcess, IIfcObject, IIfcObjectDefinition, IIfcRoot, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcTask>, IExpressValidatable
Properties
|
Improve this Doc
View Source
IsMilestone
Declaration
[EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 17)]
public bool IsMilestone { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Priority
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 18)]
public long? Priority { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Status
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 15)]
public IfcLabel? Status { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
TaskId
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 14)]
public IfcIdentifier TaskId { get; set; }
Property Value
|
Improve this Doc
View Source
WorkMethod
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 16)]
public IfcLabel? WorkMethod { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
Methods
|
Improve this Doc
View Source
Equals(IfcTask)
Declaration
public bool Equals(IfcTask other)
Parameters
Type |
Name |
Description |
IfcTask |
other |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
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
|
Improve this Doc
View Source
Validate()
Declaration
public override IEnumerable<ValidationResult> Validate()
Returns
Overrides
|
Improve this Doc
View Source
ValidateClause(IfcTask.IfcTaskClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcTask.IfcTaskClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcTask.IsMilestone
Declaration
bool IIfcTask.IsMilestone { get; set; }
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IIfcTask.Priority
Declaration
long? IIfcTask.Priority { get; set; }
Returns
Type |
Description |
System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
IIfcTask.Status
Declaration
IfcLabel? IIfcTask.Status { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcTask.TaskId
Declaration
IfcIdentifier IIfcTask.TaskId { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTask.WorkMethod
Declaration
IfcLabel? IIfcTask.WorkMethod { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcTask.IsMilestone
Declaration
[CrossSchemaAttribute(typeof(IIfcTask), 10)]
IfcBoolean IIfcTask.IsMilestone { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTask.PredefinedType
Declaration
[CrossSchemaAttribute(typeof(IIfcTask), 13)]
IfcTaskTypeEnum? IIfcTask.PredefinedType { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTask.Priority
Declaration
[CrossSchemaAttribute(typeof(IIfcTask), 11)]
IfcInteger? IIfcTask.Priority { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTask.Status
Declaration
[CrossSchemaAttribute(typeof(IIfcTask), 8)]
IfcLabel? IIfcTask.Status { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcTask.TaskTime
Declaration
[CrossSchemaAttribute(typeof(IIfcTask), 12)]
IIfcTaskTime IIfcTask.TaskTime { get; set; }
Returns
|
Improve this Doc
View Source
IIfcTask.WorkMethod
Declaration
[CrossSchemaAttribute(typeof(IIfcTask), 9)]
IfcLabel? IIfcTask.WorkMethod { 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>