public final class RevisionManifestStart6Fnd extends FileNode<RevisionManifestStart6Fnd>
Gets the beginning of a revision manifest for the default context of an object space.
Constructor and Description |
---|
RevisionManifestStart6Fnd(FileNodeHeader header,
ExtendedGuid rid,
ExtendedGuid ridDependent,
int revisionRole,
int odcsDefault)
Initializes a new instance of the
RevisionManifestStart6Fnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(RevisionManifestStart6Fnd other)
The equals.
|
int |
getOdcsDefault()
Gets whether the data contained by this revision manifest is encrypted.
|
int |
getRevisionRole()
Gets the revision role
|
ExtendedGuid |
getRid()
Gets the identity of revision
|
ExtendedGuid |
getRidDependent()
Gets the identity of a dependency revision.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
public RevisionManifestStart6Fnd(FileNodeHeader header, ExtendedGuid rid, ExtendedGuid ridDependent, int revisionRole, int odcsDefault)
Initializes a new instance of the RevisionManifestStart6Fnd
class.
header
- The header.rid
- The rid.ridDependent
- The rid dependent.revisionRole
- The revision role.odcsDefault
- The ODCS default.public ExtendedGuid getRid()
Gets the identity of revision
public ExtendedGuid getRidDependent()
Gets the identity of a dependency revision. "{{00000000-0000-0000-0000-000000000000}, 0}" -> no dependency revision Otherwise -> value must be equal to the RevisionManifestStart6FND.rid field or the RevisionManifestStart7FND.base.rid field of a previous revision manifest within this revision manifest list
public int getRevisionRole()
Gets the revision role
public int getOdcsDefault()
Gets whether the data contained by this revision manifest is encrypted. 0x0000 -> No encryption. 0x0002 -> Encrypted. Property sets within this revision manifest MUST be ignored and MUST NOT be altered.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<RevisionManifestStart6Fnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<RevisionManifestStart6Fnd>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<RevisionManifestStart6Fnd>
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(RevisionManifestStart6Fnd other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.