Class IfcDocumentElectronicFormat
Inheritance
System.Object
IfcDocumentElectronicFormat
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
[ExpressType("IfcDocumentElectronicFormat", 599)]
public class IfcDocumentElectronicFormat : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcDocumentElectronicFormat, IPersistEntity, IPersist, IEquatable<IfcDocumentElectronicFormat>, IExpressValidatable
Properties
|
Improve this Doc
View Source
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcLabel? FileExtension { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
MimeContentType
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcLabel? MimeContentType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLabel? MimeSubtype { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
Methods
|
Improve this Doc
View Source
Declaration
public bool Equals(IfcDocumentElectronicFormat other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
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
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcDocumentElectronicFormat.IfcDocumentElectronicFormatClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
Declaration
IfcLabel? IIfcDocumentElectronicFormat.FileExtension { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcDocumentElectronicFormat.MimeContentType
Declaration
IfcLabel? IIfcDocumentElectronicFormat.MimeContentType { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
Declaration
IfcLabel? IIfcDocumentElectronicFormat.MimeSubtype { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>