Name Description
Write(Boolean) Writes a one-byte Boolean value to the current stream, with 0 representing false and 1 representing true. (System.IO.BinaryWriter).
Write(Byte[], Int32, Int32) Writes a region of a byte array to the current stream. (System.IO.BinaryWriter).
Write(UInt64) Writes an eight-byte unsigned integer to the current stream and advances the stream position by eight bytes. (System.IO.BinaryWriter).
Write(Int64) Writes an eight-byte signed integer to the current stream and advances the stream position by eight bytes. (System.IO.BinaryWriter).
Write(UInt32) Writes a four-byte unsigned integer to the current stream and advances the stream position by four bytes. (System.IO.BinaryWriter).
Write(Int32) Writes a four-byte signed integer to the current stream and advances the stream position by four bytes. (System.IO.BinaryWriter).
Write(Single) Writes a four-byte floating-point value to the current stream and advances the stream position by four bytes. (System.IO.BinaryWriter).
Write(Int16) Writes a two-byte signed integer to the current stream and advances the stream position by two bytes. (System.IO.BinaryWriter).
Write(Double) Writes an eight-byte floating-point value to the current stream and advances the stream position by eight bytes. (System.IO.BinaryWriter).
Write(UInt16) Writes a two-byte unsigned integer to the current stream and advances the stream position by two bytes. (System.IO.BinaryWriter).
Write(Decimal) Writes a decimal value to the current stream and advances the stream position by sixteen bytes. (System.IO.BinaryWriter).
Write(Char) Writes a Unicode character to the current stream and advances the current position of the stream in accordance with the Encoding used and the specific characters being written to the stream. (System.IO.BinaryWriter).
Write(Char[]) Writes a character array to the current stream and advances the current position of the stream in accordance with the Encoding used and the specific characters being written to the stream. (System.IO.BinaryWriter).
Write(Byte) Writes an unsigned byte to the current stream and advances the stream position by one byte. (System.IO.BinaryWriter).
Write(SByte) Writes a signed byte to the current stream and advances the stream position by one byte. (System.IO.BinaryWriter).
Write(Byte[]) Writes a byte array to the underlying stream. (System.IO.BinaryWriter).
Write(Char[], Int32, Int32) Writes a section of a character array to the current stream, and advances the current position of the stream in accordance with the Encoding used and perhaps the specific characters being written to the stream. (System.IO.BinaryWriter).
Write(CheckOutInfo) Write a check out info object
Write(string)
Write(Address) Write an address
Write(AttributeConstraint) Write an attribute constraint
Write(AttributeInfo) Write an individual attribute
Write(CompanyInfo) WRite a company
Write(ContactInfo) WRite a contact
Write(FileInfo) Write info about a file object
Write(ProjectInfo)
Write(Coordinate) Write a coordinate
Write(DataOperationResponse<List<EntityID>>)
Write(DataOperationResponse<List<FolderColumn>>)
Write(DateTime) Write date time
Write(DocReference)
Write(DocType)
Write(DocumentSpecificData)
Write(EmbeddedFileAttribute) Write an embedded file attribute
Write(EntityID) Write an entity id
Write(FileChangeType) Write role access
Write(FileInfoListResponse)
Write(FilePlaceHolder)
Write(List<AttributeInfo>) Write a list of attributes
Write(List<EntityID>) Write a list of entityids
Write(List<ProjectInfo>)
Write(List<SourcedAttributeInfo>) Write a list of sourced attributes
Write(LockInfo) Write any lock info
Write(RoleAccessType) Write role access
Write(SourcedAttributeInfo) Write info about a sourced attribute