Class DefaultNodeAddress
Represents the default node address system setting which is a combination of node base address and compatible policy (binding).
Inheritance
System.Object
DefaultNodeAddress
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public class DefaultNodeAddress : IExtensibleDataObject, IEquatable<DefaultNodeAddress>
Constructors
DefaultNodeAddress()
Declaration
public DefaultNodeAddress()
Properties
Address
Gets or sets the node address System.Uri.
Declaration
public Uri Address { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
Type | Description |
---|---|
System.Runtime.Serialization.ExtensionDataObject |
Id
Gets or sets the node address id.
Declaration
public int? Id { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Key
Gets or sets the node address key.
Declaration
public Guid Key { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
NodeFolderId
Gets or sets the node's folder id.
Declaration
public int? NodeFolderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
NodeId
Gets or sets the node key.
Declaration
public int? NodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
NodeKey
Gets or sets the node key.
Declaration
public Guid NodeKey { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
NodeName
Gets or sets the node name.
Declaration
public string NodeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PolicyFolderId
Gets or sets the policy's folder id.
Declaration
public int? PolicyFolderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PolicyId
Gets or sets the shared policy key.
Declaration
public int? PolicyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PolicyKey
Gets or sets the shared policy key.
Declaration
public Guid PolicyKey { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PolicyName
Gets or sets the shared policy name.
Declaration
public string PolicyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(DefaultNodeAddress)
Declaration
public bool Equals(DefaultNodeAddress other)
Parameters
Type | Name | Description |
---|---|---|
DefaultNodeAddress | other |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Implements
System.Runtime.Serialization.IExtensibleDataObject
System.IEquatable<T>