Show / Hide Table of Contents

    Class ContractInfo

    Provides basic information about service contract (port type).

    Inheritance
    Object
    ContractInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Description
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    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
    public Collection<OperationInfo> Operations { get; }
    Property Value
    Type Description
    Collection<OperationInfo>

    QName

    Gets or sets contract name and namespace.

    Declaration
    public XmlQualifiedName QName { get; set; }
    Property Value
    Type Description
    XmlQualifiedName
    Back to top Nevatech Sentinet 6.5 Online Documentation