Class DefaultNodeAddress
  
  Represents the default node address system setting which is a
combination of node base address and compatible policy (binding).
 
  
  
    Inheritance
    
    DefaultNodeAddress
   
  
  
  
  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 Uri.
 
  
  Declaration
  
    public Uri Address { get; set; }
   
  Property Value
  
  
  
  
  ExtensionData
  
  
  Declaration
  
    public ExtensionDataObject ExtensionData { get; set; }
   
  Property Value
  
  
  
  
  Id
  Gets or sets the node address id.
 
  
  Declaration
  
    public int? Id { get; set; }
   
  Property Value
  
  
  
  
  Key
  Gets or sets the node address key.
 
  
  Declaration
  
    public Guid Key { get; set; }
   
  Property Value
  
  
  
  
  NodeFolderId
  Gets or sets the node's folder id.
 
  
  Declaration
  
    public int? NodeFolderId { get; set; }
   
  Property Value
  
  
  
  
  NodeId
  Gets or sets the node key.
 
  
  Declaration
  
    public int? NodeId { get; set; }
   
  Property Value
  
  
  
  
  NodeKey
  Gets or sets the node key.
 
  
  Declaration
  
    public Guid NodeKey { get; set; }
   
  Property Value
  
  
  
  
  NodeName
  Gets or sets the node name.
 
  
  Declaration
  
    public string NodeName { get; set; }
   
  Property Value
  
  
  
  
  PolicyFolderId
  Gets or sets the policy's folder id.
 
  
  Declaration
  
    public int? PolicyFolderId { get; set; }
   
  Property Value
  
  
  
  
  PolicyId
  Gets or sets the shared policy key.
 
  
  Declaration
  
    public int? PolicyId { get; set; }
   
  Property Value
  
  
  
  
  PolicyKey
  Gets or sets the shared policy key.
 
  
  Declaration
  
    public Guid PolicyKey { get; set; }
   
  Property Value
  
  
  
  
  PolicyName
  Gets or sets the shared policy name.
 
  
  Declaration
  
    public string PolicyName { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Equals(DefaultNodeAddress)
  
  
  Declaration
  
    public bool Equals(DefaultNodeAddress other)
   
  Parameters
  
  Returns
  
  
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Object | 
        obj | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
  Overrides
  
  
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides
  
  Implements