Class IfcPersonAndOrganization
Inheritance
System.Object
IfcPersonAndOrganization
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("IfcPersonAndOrganization", 663)]
public class IfcPersonAndOrganization : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcPersonAndOrganization, IfcActorSelect, IIfcActorSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcPersonAndOrganization>
Properties
|
Improve this Doc
View Source
Roles
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 3)]
public IOptionalItemSet<IfcActorRole> Roles { get; }
Property Value
|
Improve this Doc
View Source
TheOrganization
Declaration
[IndexedProperty]
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcOrganization TheOrganization { get; set; }
Property Value
|
Improve this Doc
View Source
ThePerson
Declaration
[IndexedProperty]
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
public IfcPerson ThePerson { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcPersonAndOrganization)
Declaration
public bool Equals(IfcPersonAndOrganization 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
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
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcPersonAndOrganization.Roles
Declaration
IItemSet<IIfcActorRole> IIfcPersonAndOrganization.Roles { get; }
Returns
|
Improve this Doc
View Source
IIfcPersonAndOrganization.TheOrganization
Declaration
IIfcOrganization IIfcPersonAndOrganization.TheOrganization { get; set; }
Returns
|
Improve this Doc
View Source
IIfcPersonAndOrganization.ThePerson
Declaration
IIfcPerson IIfcPersonAndOrganization.ThePerson { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>