Search Results for

    Show / Hide Table of Contents

    Class OperationSubtree

    Represents a service operation with its children.

    Inheritance
    object
    Subtree
    OperationSubtree
    Implements
    IEquatable<Subtree>
    Inherited Members
    Subtree.Equals(Subtree)
    Subtree.Equals(object)
    Subtree.GetHashCode()
    Subtree.ToString()
    Subtree.Id
    Subtree.Key
    Subtree.Name
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class OperationSubtree : Subtree, IEquatable<Subtree>

    Constructors

    OperationSubtree()

    Instantiates new object.

    Declaration
    public OperationSubtree()

    OperationSubtree(Operation)

    Initializes new instance from provided operation.

    Declaration
    public OperationSubtree(Operation operation)
    Parameters
    Type Name Description
    Operation operation

    Operation to be initialized from.

    Properties

    ExchangePattern

    Gets or sets message exchange scenario this operation employs.

    Declaration
    [DataMember]
    public MessageExchangePattern ExchangePattern { get; set; }
    Property Value
    Type Description
    MessageExchangePattern

    IsDeprecated

    Gets or sets flag indicating that operation is deprecated.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public bool IsDeprecated { get; set; }
    Property Value
    Type Description
    bool

    IsPublished

    Gets or sets flag indicating that operation is published in service metadata.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public bool IsPublished { get; set; }
    Property Value
    Type Description
    bool

    Messages

    Gets collection of input, output, and fault messages involved in the operation execution.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public Collection<MessageSubtree> Messages { get; }
    Property Value
    Type Description
    Collection<MessageSubtree>

    Implements

    IEquatable<T>
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation