Class IfcOrganization
Inheritance
System.Object
IfcOrganization
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("IfcOrganization", 276)]
public class IfcOrganization : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcOrganization, IfcActorSelect, IIfcActorSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IContainsEntityReferences, IContainsIndexedReferences, IEquatable<IfcOrganization>, IIfcOrganization, IfcActorSelect, IIfcActorSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Addresses
Declaration
[IndexedProperty]
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 5)]
public IOptionalItemSet<IfcAddress> Addresses { get; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Engages
Declaration
[InverseProperty("TheOrganization")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
public IEnumerable<IfcPersonAndOrganization> Engages { get; }
Property Value
|
Improve this Doc
View Source
Id
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcIdentifier? Id { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[InverseProperty("RelatedOrganizations")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 6)]
public IEnumerable<IfcOrganizationRelationship> IsRelatedBy { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
Relates
Declaration
[InverseProperty("RelatingOrganization")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 7)]
public IEnumerable<IfcOrganizationRelationship> Relates { get; }
Property Value
|
Improve this Doc
View Source
Roles
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 4)]
public IOptionalItemSet<IfcActorRole> Roles { get; }
Property Value
Methods
|
Improve this Doc
View Source
AddRole(IfcActorRole)
Declaration
public void AddRole(IfcActorRole newRole)
Parameters
|
Improve this Doc
View Source
Equals(IfcOrganization)
Declaration
public bool Equals(IfcOrganization 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
IIfcOrganization.Addresses
Declaration
IItemSet<IIfcAddress> IIfcOrganization.Addresses { get; }
Returns
|
Improve this Doc
View Source
IIfcOrganization.Description
Declaration
IfcText? IIfcOrganization.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcOrganization.Engages
Declaration
IEnumerable<IIfcPersonAndOrganization> IIfcOrganization.Engages { get; }
Returns
|
Improve this Doc
View Source
IIfcOrganization.Id
Declaration
IfcIdentifier? IIfcOrganization.Id { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcOrganizationRelationship> IIfcOrganization.IsRelatedBy { get; }
Returns
|
Improve this Doc
View Source
IIfcOrganization.Name
Declaration
IfcLabel IIfcOrganization.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcOrganization.Relates
Declaration
IEnumerable<IIfcOrganizationRelationship> IIfcOrganization.Relates { get; }
Returns
|
Improve this Doc
View Source
IIfcOrganization.Roles
Declaration
IItemSet<IIfcActorRole> IIfcOrganization.Roles { get; }
Returns
|
Improve this Doc
View Source
IIfcOrganization.Addresses
Declaration
[CrossSchemaAttribute(typeof(IIfcOrganization), 5)]
IItemSet<IIfcAddress> IIfcOrganization.Addresses { get; }
Returns
|
Improve this Doc
View Source
IIfcOrganization.Description
Declaration
[CrossSchemaAttribute(typeof(IIfcOrganization), 3)]
IfcText? IIfcOrganization.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcOrganization.Engages
Declaration
IEnumerable<IIfcPersonAndOrganization> IIfcOrganization.Engages { get; }
Returns
|
Improve this Doc
View Source
IIfcOrganization.Identification
Declaration
[CrossSchemaAttribute(typeof(IIfcOrganization), 1)]
IfcIdentifier? IIfcOrganization.Identification { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IEnumerable<IIfcOrganizationRelationship> IIfcOrganization.IsRelatedBy { get; }
Returns
|
Improve this Doc
View Source
IIfcOrganization.Name
Declaration
[CrossSchemaAttribute(typeof(IIfcOrganization), 2)]
IfcLabel IIfcOrganization.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcOrganization.Relates
Declaration
IEnumerable<IIfcOrganizationRelationship> IIfcOrganization.Relates { get; }
Returns
|
Improve this Doc
View Source
IIfcOrganization.Roles
Declaration
[CrossSchemaAttribute(typeof(IIfcOrganization), 4)]
IItemSet<IIfcActorRole> IIfcOrganization.Roles { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>