Search Results for

    Show / Hide Table of Contents

    Class StepFileSchema

    Inheritance
    System.Object
    StepFileSchema
    Implements
    IStepFileSchema
    IPersist
    IExpressHeaderType
    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 StepFileSchema : IStepFileSchema, IPersist, IExpressHeaderType, INotifyPropertyChanged

    Constructors

    | Improve this Doc View Source

    StepFileSchema()

    Declaration
    public StepFileSchema()
    | Improve this Doc View Source

    StepFileSchema(String)

    Declaration
    public StepFileSchema(string version)
    Parameters
    Type Name Description
    System.String version
    | Improve this Doc View Source

    StepFileSchema(XbimSchemaVersion)

    Declaration
    public StepFileSchema(XbimSchemaVersion schemaVersion)
    Parameters
    Type Name Description
    XbimSchemaVersion schemaVersion

    Methods

    | Improve this Doc View Source

    OnPropertyChanged(String)

    Declaration
    protected virtual void OnPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    WhereRule()

    Declaration
    public string WhereRule()
    Returns
    Type Description
    System.String

    Events

    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Explicit Interface Implementations

    | Improve this Doc View Source

    IStepFileSchema.Read(BinaryReader)

    Declaration
    void IStepFileSchema.Read(BinaryReader binaryReader)
    Parameters
    Type Name Description
    System.IO.BinaryReader binaryReader
    | Improve this Doc View Source

    IStepFileSchema.Schemas

    Declaration
    IList<string> IStepFileSchema.Schemas { get; set; }
    Returns
    Type Description
    System.Collections.Generic.IList<System.String>
    | Improve this Doc View Source

    IStepFileSchema.Write(BinaryWriter)

    Declaration
    void IStepFileSchema.Write(BinaryWriter binaryWriter)
    Parameters
    Type Name Description
    System.IO.BinaryWriter binaryWriter

    Implements

    IStepFileSchema
    IPersist
    IExpressHeaderType
    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim