Class StepFileSchema
Inheritance
System.Object
StepFileSchema
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 StepFileSchema : IStepFileSchema, IPersist, IExpressHeaderType, INotifyPropertyChanged
Constructors
| Improve this Doc View SourceStepFileSchema()
Declaration
public StepFileSchema()
StepFileSchema(String)
Declaration
public StepFileSchema(string version)
Parameters
Type | Name | Description |
---|---|---|
System.String | version |
StepFileSchema(XbimSchemaVersion)
Declaration
public StepFileSchema(XbimSchemaVersion schemaVersion)
Parameters
Type | Name | Description |
---|---|---|
XbimSchemaVersion | schemaVersion |
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 SourceIStepFileSchema.Read(BinaryReader)
Declaration
void IStepFileSchema.Read(BinaryReader binaryReader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | binaryReader |
IStepFileSchema.Schemas
Declaration
IList<string> IStepFileSchema.Schemas { get; set; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
IStepFileSchema.Write(BinaryWriter)
Declaration
void IStepFileSchema.Write(BinaryWriter binaryWriter)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryWriter | binaryWriter |
Implements
System.ComponentModel.INotifyPropertyChanged