Search Results for

    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
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public class DefaultNodeAddress : IExtensibleDataObject, IEquatable<DefaultNodeAddress>

    Constructors

    DefaultNodeAddress()

    Declaration
    public DefaultNodeAddress()

    Properties

    Address

    Gets or sets the node address Uri.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    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
    [DataMember(EmitDefaultValue = false)]
    public int? Id { get; set; }
    Property Value
    Type Description
    int?

    Key

    Gets or sets the node address key.

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

    NodeFolderId

    Gets or sets the node's folder id.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public int? NodeFolderId { get; set; }
    Property Value
    Type Description
    int?

    NodeId

    Gets or sets the node key.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public int? NodeId { get; set; }
    Property Value
    Type Description
    int?

    NodeKey

    Gets or sets the node key.

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

    NodeName

    Gets or sets the node name.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public string NodeName { get; set; }
    Property Value
    Type Description
    string

    PolicyFolderId

    Gets or sets the policy's folder id.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public int? PolicyFolderId { get; set; }
    Property Value
    Type Description
    int?

    PolicyId

    Gets or sets the shared policy key.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public int? PolicyId { get; set; }
    Property Value
    Type Description
    int?

    PolicyKey

    Gets or sets the shared policy key.

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

    PolicyName

    Gets or sets the shared policy name.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    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
    bool

    Equals(object)

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

    GetHashCode()

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

    ToString()

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

    Implements

    IExtensibleDataObject
    IEquatable<T>
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation