Class StepFileName
Inheritance
System.Object
StepFileName
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()
Assembly: Xbim.Common.dll
Syntax
public class StepFileName : IStepFileName, IPersist, IExpressHeaderType, INotifyPropertyChanged
Constructors
|
Improve this Doc
View Source
StepFileName()
Declaration
|
Improve this Doc
View Source
StepFileName(DateTime)
Declaration
public StepFileName(DateTime time)
Parameters
Type |
Name |
Description |
System.DateTime |
time |
|
Properties
|
Improve this Doc
View Source
AuthorizationMailingAddress
Declaration
public IList<string> AuthorizationMailingAddress { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
|
Improve this Doc
View Source
AuthorizationName
Declaration
public string AuthorizationName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AuthorName
Declaration
public IList<string> AuthorName { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Organization
Declaration
public IList<string> Organization { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
|
Improve this Doc
View Source
OriginatingSystem
Declaration
public string OriginatingSystem { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PreprocessorVersion
Declaration
public string PreprocessorVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TimeStamp
Declaration
public string TimeStamp { get; set; }
Property Value
Type |
Description |
System.String |
|
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
SetTimeStampNow()
Declaration
public void SetTimeStampNow()
|
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
IStepFileName.Read(BinaryReader)
Declaration
void IStepFileName.Read(BinaryReader binaryReader)
Parameters
Type |
Name |
Description |
System.IO.BinaryReader |
binaryReader |
|
|
Improve this Doc
View Source
IStepFileName.Write(BinaryWriter)
Declaration
void IStepFileName.Write(BinaryWriter binaryWriter)
Parameters
Type |
Name |
Description |
System.IO.BinaryWriter |
binaryWriter |
|
Implements
System.ComponentModel.INotifyPropertyChanged