Show / Hide Table of Contents

    Class DefaultNodeAddress

    Represents the default node address system setting which is a combination of node base address and compatible policy (binding).

    Inheritance
    Object
    DefaultNodeAddress
    Implements
    IExtensibleDataObject
    IEquatable<DefaultNodeAddress>
    Inherited Members
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    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 Uri.

    Declaration
    public Uri Address { get; set; }
    Property Value
    Type Description
    Uri

    ExtensionData

    Declaration
    public ExtensionDataObject ExtensionData { get; set; }
    Property Value
    Type Description
    ExtensionDataObject

    Id

    Gets or sets the node address id.

    Declaration
    public int? Id { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    Key

    Gets or sets the node address key.

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid

    NodeFolderId

    Gets or sets the node's folder id.

    Declaration
    public int? NodeFolderId { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    NodeId

    Gets or sets the node key.

    Declaration
    public int? NodeId { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    NodeKey

    Gets or sets the node key.

    Declaration
    public Guid NodeKey { get; set; }
    Property Value
    Type Description
    Guid

    NodeName

    Gets or sets the node name.

    Declaration
    public string NodeName { get; set; }
    Property Value
    Type Description
    String

    PolicyFolderId

    Gets or sets the policy's folder id.

    Declaration
    public int? PolicyFolderId { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    PolicyId

    Gets or sets the shared policy key.

    Declaration
    public int? PolicyId { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    PolicyKey

    Gets or sets the shared policy key.

    Declaration
    public Guid PolicyKey { get; set; }
    Property Value
    Type Description
    Guid

    PolicyName

    Gets or sets the shared policy name.

    Declaration
    public string PolicyName { get; set; }
    Property Value
    Type Description
    String

    Methods

    Equals(DefaultNodeAddress)

    Declaration
    public bool Equals(DefaultNodeAddress other)
    Parameters
    Type Name Description
    DefaultNodeAddress other
    Returns
    Type Description
    Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Implements

    System.Runtime.Serialization.IExtensibleDataObject
    System.IEquatable<T>
    Back to top Nevatech Sentinet 6.5 Online Documentation