Class ServiceClientHub.ContractMapping
Provides mapping information for service contract
Inheritance
System.Object
ServiceClientHub.ContractMapping
Implements
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Sky.Contracts
Assembly: Azos.Sky.dll
Syntax
[Serializable]
public sealed class ContractMapping : INamed
Constructors
ContractMapping(IConfigSectionNode)
Declaration
public ContractMapping(IConfigSectionNode config)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | config |
Properties
Contract
Declaration
public Type Contract { get; }
Property Value
Type | Description |
---|---|
System.Type |
Global
Declaration
public ServiceClientHub.ContractMapping.Data Global { get; }
Property Value
Type | Description |
---|---|
ServiceClientHub.ContractMapping.Data |
Local
Declaration
public ServiceClientHub.ContractMapping.Data Local { get; }
Property Value
Type | Description |
---|---|
ServiceClientHub.ContractMapping.Data |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()