Search Results for

    Show / Hide Table of Contents

    Class ServiceVersionPackage

    Encapsulates service version related entities into a group or package for export and import purposes.

    Inheritance
    object
    ServiceVersionPackage
    Implements
    IExtensibleDataObject
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Services.Export
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class ServiceVersionPackage : IExtensibleDataObject

    Constructors

    ServiceVersionPackage()

    Declaration
    public ServiceVersionPackage()

    Properties

    AuthorizationRules

    Gets collection of authorization rules assigned to this service version.

    Declaration
    [DataMember]
    public Collection<AuthorizationRuleAssignment> AuthorizationRules { get; }
    Property Value
    Type Description
    Collection<AuthorizationRuleAssignment>

    ExtensionData

    Gets or sets ExtensionDataObject that enables serialization roundtrips.

    Declaration
    public ExtensionDataObject ExtensionData { get; set; }
    Property Value
    Type Description
    ExtensionDataObject

    MessageSamples

    Gets collection of message samples to be used as static responses.

    Declaration
    [DataMember]
    public Collection<MessageSample> MessageSamples { get; }
    Property Value
    Type Description
    Collection<MessageSample>

    Metadata

    Gets or sets the SOAP service metadata.

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

    Schemas

    Gets collection of XML schemas associated with the service version.

    Declaration
    [DataMember]
    public Collection<DataSchema> Schemas { get; }
    Property Value
    Type Description
    Collection<DataSchema>

    ServiceVersion

    Gets or sets the service version object graph.

    Declaration
    [DataMember]
    public ServiceVersionDefinition ServiceVersion { get; set; }
    Property Value
    Type Description
    ServiceVersionDefinition

    Implements

    IExtensibleDataObject
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation