Class EndpointGroup
Represents an outbound endpoint group.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
[KnownType(typeof(EndpointGroupDefinition))]
public class EndpointGroup : DomainObjectBase, IValidator, IExtensibleDataObject, IEquatable<EndpointGroup>
Constructors
EndpointGroup()
Initializes a new instance of the EndpointGroup object.
Declaration
public EndpointGroup()
Properties
ContractId
Gets or sets the physical service contract id.
Declaration
[DataMember]
public int ContractId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ObjectType
Gets object type identifier.
Declaration
public override EntityType ObjectType { get; }
Property Value
| Type | Description |
|---|---|
| EntityType |
Overrides
RouterConfiguration
Gets or sets router private configuration.
Declaration
[DataMember]
public string RouterConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RouterId
Gets or sets router identifier.
Declaration
[DataMember]
public int RouterId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ServiceVersionId
Gets or sets the virtual service version id.
Declaration
[DataMember]
public int ServiceVersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Equals(EndpointGroup)
Determines whether the specified outbound endpoint group is equal to the current group.
Declaration
public bool Equals(EndpointGroup other)
Parameters
| Type | Name | Description |
|---|---|---|
| EndpointGroup | other | The outbound endpoint group to compare with the current group. |
Returns
| Type | Description |
|---|---|
| bool | True, if outbound endpoint groups are equal. False, if groups are not equal. |
Equals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| bool | True, if objects are equal. False, if objects are not equal. |
Overrides
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | Hash code of the current instance. |
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |
Overrides
Validate()
Evaluates the state of this object.
Declaration
public override bool Validate()
Returns
| Type | Description |
|---|---|
| bool | True if state is valid; otherwise, false. |