Show / Hide Table of Contents

    Class ComponentType

    Provides information about the type implementing IMessageProcessor used by CustomComponent in the message processing pipeline.

    Inheritance
    Object
    DomainObjectBase
    ComponentType
    Implements
    IValidator
    IExtensibleDataObject
    IEquatable<ComponentType>
    Inherited Members
    DomainObjectBase.IsValidElementName(String)
    DomainObjectBase.AreEqual(Nullable<DateTime>, Nullable<DateTime>)
    DomainObjectBase.Equals(DomainObjectBase)
    DomainObjectBase.Id
    DomainObjectBase.Key
    DomainObjectBase.Created
    DomainObjectBase.Updated
    DomainObjectBase.IsMajorObject
    DomainObjectBase.ErrorMessage
    DomainObjectBase.ExtensionData
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class ComponentType : DomainObjectBase, IValidator, IExtensibleDataObject, IEquatable<ComponentType>

    Constructors

    ComponentType()

    Initializes a new instance of the object.

    Declaration
    public ComponentType()

    Properties

    AllowedPositions

    Gets the message processing pipeline position(s) supported by the component.

    Declaration
    public MessagePipelinePositions AllowedPositions { get; set; }
    Property Value
    Type Description
    MessagePipelinePositions

    Configuration

    Gets or sets the component's default configuration to be shown on the component's configuration screen.

    Declaration
    public string Configuration { get; set; }
    Property Value
    Type Description
    String

    FullyQualifiedTypeName

    Gets or sets fully qualified name of the type implementing IMessageProcessor.

    Declaration
    public string FullyQualifiedTypeName { get; set; }
    Property Value
    Type Description
    String

    IsSingleCall

    Gets or sets flag indicating that configured type must be instantiated on per-call basis. If False, then single instance will be reused for all incoming messages.

    Declaration
    public bool IsSingleCall { get; set; }
    Property Value
    Type Description
    Boolean

    Name

    Gets or sets the component's friendly name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String

    ObjectType

    Gets object type identifier.

    Declaration
    public override EntityType ObjectType { get; }
    Property Value
    Type Description
    EntityType
    Overrides
    DomainObjectBase.ObjectType

    Methods

    CreateComponent()

    Returns new instance of the IMessageProcessor type configured in this object.

    Declaration
    public IMessageProcessor CreateComponent()
    Returns
    Type Description
    IMessageProcessor

    New instance of the IMessageProcessor type configured in this object.

    Equals(ComponentType)

    Determines whether the specified object is equal to the current object.

    Declaration
    public bool Equals(ComponentType other)
    Parameters
    Type Name Description
    ComponentType other

    The object to compare with the current object.

    Returns
    Type Description
    Boolean

    True if the specified object is equal to the current object; otherwise, false.

    Equals(Object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj

    The object to compare with the current object.

    Returns
    Type Description
    Boolean

    True if the specified object is equal to the current object; otherwise, false.

    Overrides
    DomainObjectBase.Equals(Object)

    GetHashCode()

    Returns hash code for the value of this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    Hash code for the value of this instance.

    Overrides
    DomainObjectBase.GetHashCode()

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A string that represents the current object.

    Overrides
    DomainObjectBase.ToString()

    Validate()

    Evaluates the state of the object.

    Declaration
    public override bool Validate()
    Returns
    Type Description
    Boolean

    True if state is valid; otherwise, false.

    Overrides
    DomainObjectBase.Validate()

    Implements

    IValidator
    System.Runtime.Serialization.IExtensibleDataObject
    System.IEquatable<T>
    Back to top Nevatech Sentinet 6.5 Online Documentation