The following tables list the members exposed by the SerializingBinaryWriter40002 type.

Name Description
Public method Close Closes the current BinaryWriter and the underlying stream. (inherited from BinaryWriter).
Protected method Dispose(Boolean) Releases the unmanaged resources used by the BinaryWriter and optionally releases the managed resources. (System.IO.BinaryWriter).
Public method Dispose()
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method Flush Clears all buffers for the current writer and causes any buffered data to be written to the underlying device. (inherited from BinaryWriter).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method Seek(Int32, SeekOrigin) Sets the position within the current stream. (inherited from BinaryWriter).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Public method Write(string) (inherited from SerializingBinaryWriter).
Public method Write(CheckOutInfo) Write a check out info object
Public method Write(Address) Write an address (inherited from SerializingBinaryWriter).
Public method Write(AttributeConstraint) Write an attribute constraint (inherited from SerializingBinaryWriter).
Public method Write(AttributeInfo) Write an individual attribute (inherited from SerializingBinaryWriter).
Public method Write(CompanyInfo) WRite a company (inherited from SerializingBinaryWriter).
Public method Write(ContactInfo) WRite a contact (inherited from SerializingBinaryWriter).
Public method Write(FileInfo) Write info about a file object (inherited from SerializingBinaryWriter).
Public method Write(ProjectInfo) (inherited from SerializingBinaryWriter).
Public method Write(Coordinate) Write a coordinate (inherited from SerializingBinaryWriter).
Public method Write(DataOperationResponse<List<EntityID>>) (inherited from SerializingBinaryWriter).
Public method Write(DataOperationResponse<List<FolderColumn>>) (inherited from SerializingBinaryWriter).
Public method Write(DateTime) Write date time (inherited from SerializingBinaryWriter).
Public method Write(DocReference) (inherited from SerializingBinaryWriter).
Public method Write(DocType) (inherited from SerializingBinaryWriter).
Public method Write(DocumentSpecificData) (inherited from SerializingBinaryWriter).
Public method Write(EmbeddedFileAttribute) Write an embedded file attribute (inherited from SerializingBinaryWriter).
Public method Write(EntityID) Write an entity id (inherited from SerializingBinaryWriter).
Public method Write(FileChangeType) Write role access (inherited from SerializingBinaryWriter).
Public method Write(FileInfoListResponse) (inherited from SerializingBinaryWriter).
Public method Write(FilePlaceHolder) (inherited from SerializingBinaryWriter).
Public method Write(List<AttributeInfo>) Write a list of attributes (inherited from SerializingBinaryWriter).
Public method Write(List<EntityID>) Write a list of entityids (inherited from SerializingBinaryWriter).
Public method Write(List<ProjectInfo>) (inherited from SerializingBinaryWriter).
Public method Write(List<SourcedAttributeInfo>) Write a list of sourced attributes (inherited from SerializingBinaryWriter).
Public method Write(LockInfo) Write any lock info (inherited from SerializingBinaryWriter).
Public method Write(RoleAccessType) Write role access (inherited from SerializingBinaryWriter).
Public method Write(SourcedAttributeInfo) Write info about a sourced attribute (inherited from SerializingBinaryWriter).
Protected method Write7BitEncodedInt(Int32) Writes a 32-bit integer in a compressed format. (inherited from BinaryWriter).
Top