An immutable class that represents GUID values. This class can be constructed from either a
or a
array.
Namespace: FileNet.Api.Util
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> Public Class Id Implements IComparable, ISerializable |
C# |
---|
[SerializableAttribute] public class Id : IComparable, ISerializable |
C++ |
---|
[SerializableAttribute] ref class Id : IComparable, ISerializable |
J# |
---|
/** @attribute SerializableAttribute() */ public class Id implements IComparable, ISerializable |
JScript |
---|
public SerializableAttribute class Id extends IComparable, ISerializable |
Inheritance Hierarchy
System.Object
FileNet.Api.Util.Id
FileNet.Api.Constants.SystemAddOnId
FileNet.Api.Constants.VersionStatusId
FileNet.Api.Util.Id
FileNet.Api.Constants.SystemAddOnId
FileNet.Api.Constants.VersionStatusId
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.