Class StepFileDescription
Inheritance
System.Object
StepFileDescription
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Common.Step21
Assembly: Xbim.Common.dll
Syntax
public class StepFileDescription : IStepFileDescription, IPersist, IExpressHeaderType, INotifyPropertyChanged
Constructors
| Improve this Doc View SourceStepFileDescription()
Declaration
public StepFileDescription()
StepFileDescription(String)
Declaration
public StepFileDescription(string implementationLevel)
Parameters
Type | Name | Description |
---|---|---|
System.String | implementationLevel |
Properties
| Improve this Doc View SourceDescription
Declaration
public IList<string> Description { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
EntityCount
Declaration
public int EntityCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ImplementationLevel
Declaration
public string ImplementationLevel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
WhereRule()
Declaration
public string WhereRule()
Returns
Type | Description |
---|---|
System.String |
Events
| Improve this Doc View SourcePropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Explicit Interface Implementations
| Improve this Doc View SourceIStepFileDescription.Read(BinaryReader)
Declaration
void IStepFileDescription.Read(BinaryReader binaryReader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | binaryReader |
IStepFileDescription.Write(BinaryWriter)
Declaration
void IStepFileDescription.Write(BinaryWriter binaryWriter)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryWriter | binaryWriter |
Implements
System.ComponentModel.INotifyPropertyChanged