Class IfcOwnerHistory
Inheritance
System.Object
IfcOwnerHistory
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.Ifc4.dll
Syntax
[ExpressType("IfcOwnerHistory", 519)]
public class IfcOwnerHistory : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcOwnerHistory, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcOwnerHistory>, IExpressValidatable
Properties
|
Improve this Doc
View Source
ChangeAction
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 4)]
public IfcChangeActionEnum? ChangeAction { get; set; }
Property Value
|
Improve this Doc
View Source
CreationDate
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcTimeStamp CreationDate { get; set; }
Property Value
|
Improve this Doc
View Source
LastModifiedDate
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcTimeStamp? LastModifiedDate { get; set; }
Property Value
|
Improve this Doc
View Source
LastModifyingApplication
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
public IfcApplication LastModifyingApplication { get; set; }
Property Value
|
Improve this Doc
View Source
LastModifyingUser
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
public IfcPersonAndOrganization LastModifyingUser { get; set; }
Property Value
|
Improve this Doc
View Source
OwningApplication
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcApplication OwningApplication { get; set; }
Property Value
|
Improve this Doc
View Source
OwningUser
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
public IfcPersonAndOrganization OwningUser { get; set; }
Property Value
|
Improve this Doc
View Source
State
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 3)]
public IfcStateEnum? State { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcOwnerHistory)
Declaration
public bool Equals(IfcOwnerHistory other)
Parameters
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 virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcOwnerHistory.IfcOwnerHistoryClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcOwnerHistory.IfcOwnerHistoryClause 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
IIfcOwnerHistory.ChangeAction
Declaration
IfcChangeActionEnum? IIfcOwnerHistory.ChangeAction { get; set; }
Returns
|
Improve this Doc
View Source
IIfcOwnerHistory.CreationDate
Declaration
IfcTimeStamp IIfcOwnerHistory.CreationDate { get; set; }
Returns
|
Improve this Doc
View Source
IIfcOwnerHistory.LastModifiedDate
Declaration
IfcTimeStamp? IIfcOwnerHistory.LastModifiedDate { get; set; }
Returns
|
Improve this Doc
View Source
IIfcOwnerHistory.LastModifyingApplication
Declaration
IIfcApplication IIfcOwnerHistory.LastModifyingApplication { get; set; }
Returns
|
Improve this Doc
View Source
IIfcOwnerHistory.LastModifyingUser
Declaration
IIfcPersonAndOrganization IIfcOwnerHistory.LastModifyingUser { get; set; }
Returns
|
Improve this Doc
View Source
IIfcOwnerHistory.OwningApplication
Declaration
IIfcApplication IIfcOwnerHistory.OwningApplication { get; set; }
Returns
|
Improve this Doc
View Source
IIfcOwnerHistory.OwningUser
Declaration
IIfcPersonAndOrganization IIfcOwnerHistory.OwningUser { get; set; }
Returns
|
Improve this Doc
View Source
IIfcOwnerHistory.State
Declaration
IfcStateEnum? IIfcOwnerHistory.State { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>