The ExternalReference type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExternalReference |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ResetDocumentHash |
Resets the node.
| |
| ResetExpiryDate |
Resets the node.
| |
| ResetExpiryTime |
Resets the node.
| |
| ResetURI |
Resets the node.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DocumentHash |
Document Hash (BBIE). Specifies the hash code for the externally stored document.
| |
| DocumentHashSet |
Checks if the property has been set or not.
| |
| ExpiryDate |
Expiry Date (BBIE). The date on which the document can no longer be found on the URI.
| |
| ExpiryDateSet |
Checks if the property has been set or not.
| |
| ExpiryTime |
Expiry Time (BBIE). The time on which the document can no longer be found on the URI.
| |
| ExpiryTimeSet |
Checks if the property has been set or not.
| |
| URI |
URI (BBIE). The Uniform Resource Identifier (URI) that identifies where the external document is located.
| |
| URISet |
Checks if the property has been set or not.
|