Class ContractInfo
Provides basic information about service contract (port type).
Inherited Members
Namespace: Nevatech.Vsb.Repository.Description
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class ContractInfo
Constructors
ContractInfo()
Instanciates an empty object.
Declaration
public ContractInfo()
ContractInfo(string, string)
Initializes new object with contract name and namespace.
Declaration
public ContractInfo(string name, string ns)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Contract name. |
| string | ns | Contract namespace. |
Properties
Operations
Gets collection of operations included in the contract.
Declaration
[DataMember]
public Collection<OperationInfo> Operations { get; }
Property Value
| Type | Description |
|---|---|
| Collection<OperationInfo> |
QName
Gets or sets contract name and namespace.
Declaration
[DataMember]
public XmlQualifiedName QName { get; set; }
Property Value
| Type | Description |
|---|---|
| XmlQualifiedName |