Name | Description | |
---|---|---|
ResourceDescriptor Constructor | Overloaded. Initializes a new instance of the class. |
The following tables list the members exposed by ResourceDescriptor.
Name | Description | |
---|---|---|
ResourceDescriptor Constructor | Overloaded. Initializes a new instance of the class. |
Name | Description | |
---|---|---|
DefaultAsString | Default ResourceDescriptor, expressed as string. Equals to an empty string. | |
DefaultAuthority | Default authority. Equals to null . | |
DefaultDescriptorString | Default value of the DescriptorString property. An empty string. | |
DefaultFragment | Default URI fragment. Equals to null . | |
DefaultHost | Default URI host. Equals to null . | |
DefaultIsNull | Default value of the IsNull property. Equals to true . | |
DefaultPassword | Default URI password. Equals to null . | |
DefaultPath | Default URI path. Equals to null . | |
DefaultPathAndQuery | Default path and query. Equals to null . | |
DefaultPort | Default URI port. Equals to null . | |
DefaultQuery | Default URI query. Equals to null . | |
DefaultScheme | Default URI scheme. Equals to null . | |
DefaultUrl | Default URL. Equals to null . | |
DefaultUrlString | Default URL string of the resource. An empty string. | |
DefaultUserInfo | Default user info. Equals to null . | |
DefaultUserName | Default URI user name. Equals to null . | |
VoidScheme | Void URI scheme. |
Name | Description | |
---|---|---|
AliasName | When non-empty, specifies the name of the alias that will be used in place of this object. | |
Authority | Holds an optional user-information part, terminated with "@" (e.g. username:password@); a hostname (e.g., domain name or IP address); and an optional port number, preceded by a colon ":". | |
DescriptorString | A string that represents the resource descriptor or its relevant parts. | |
Fragment | The fragment portion of the URI. | |
Host | The Domain Name System (DNS) host name or IP address of a server. | |
IsAliased | Determines whether this object is aliased. | |
IsNull | Determines whether the resource descriptor is null. | |
Null | A null resource descriptor (contains an empty URL string). | |
Password | The password associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation! | |
Path | The path to the resource referenced by the URI. | |
PathAndQuery | Gets the concatenated Path and Query properties. | |
Port | The port number of the URI. | |
Prefix | A scheme name followed by a colon. An empty string if there is no scheme. | |
Query | The query information included in the URI. | |
Scheme | The scheme name of the URI. | |
SchemeAndAuthority | Gets the Scheme and Authority properties separated by a colon (:) and double forward slash (//) as needed. | |
Url | Gets or sets the System.Uri instance for this resource descriptor. | |
UrlString | A URL string of the resource. | |
UserInfo | Gets the UserName and Password properties separated by a colon (:). Not normally used with OPC UA - see the documentation! | |
UserName | The username associated with the user that accesses the URI. Not normally used with OPC UA - see the documentation! |
Name | Description | |
---|---|---|
InitialScheme | Infrastructure. | |
InitialSchemeAndAuthority | Infrastructure. | |
UpdatingUri | Infrastructure. | |
UpdatingUrlString | Infrastructure. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object.Determines whether the specified System.Object is equal to the current object. | |
FromString | Converts a string to a resource descriptor. | |
FromUri | Converts a System.Uri to a resource descriptor. | |
GetHashCode | Overridden. Serves as the default hash function. Serves as a hash function for a particular type. Serves as a hash function for a particular type. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadStringList | ||
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
ToString | Overridden. Returns a string that represents the current object.Returns a string that represents the current object. Returns a string that represents the current resource descriptor. | |
WriteStringList | ||
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
BeginUpdatingUri | Infrastructure. | |
BeginUpdatingUrlString | Infrastructure. | |
EndUpdatingUri | Infrastructure. | |
EndUpdatingUrlString | Infrastructure. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
OnAlias | Infrastructure. | |
OnPropertyChanged | Infrastructure. | |
OnUnalias | Infrastructure. | |
ReadXmlElement | Overridden. Infrastructure. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. Infrastructure. |
Name | Description | |
---|---|---|
PropertyChanged | Handler for System.ComponentModel.INotifyPropertyChanged.PropertyChanged. |
Equality | Determines whether the two objects are equal. |
Implicit Type Conversion | Overloaded. Converts a System.String to a resource descriptor. |
Inequality | Determines whether the two objects are not equal. |