Class Group.Address
Represents the address node of the group
Inheritance
System.Object
    Group.Address
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.IO.Net.Gate
Assembly: NFX.dll
Syntax
public class Address : INamed, IOrdered
  Constructors
Address(IConfigSectionNode)
Declaration
public Address(IConfigSectionNode node)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IConfigSectionNode | node | 
Address(String, Int32, String)
Declaration
public Address(string name, int order, string patterns)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | |
| System.Int32 | order | |
| System.String | patterns | 
Properties
Name
Declaration
public string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Order
Declaration
public int Order { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Patterns
Declaration
[Config]
public string Patterns { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Match(String)
Declaration
public virtual bool Match(string address)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | address | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |