Show / Hide Table of Contents

    Class VirtualizationProfile

    Represents the service virtualization profile.

    Inheritance
    Object
    DomainObjectBase
    VirtualizationProfile
    Implements
    IValidator
    IExtensibleDataObject
    IEquatable<VirtualizationProfile>
    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 VirtualizationProfile : DomainObjectBase, IValidator, IExtensibleDataObject, IEquatable<VirtualizationProfile>

    Constructors

    VirtualizationProfile()

    Declaration
    public VirtualizationProfile()

    Properties

    Description

    Gets or sets the profile description.

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

    IsDefault

    Gets or sets a flag that indicates whether this profile is the default profile for the specified ServiceKind.

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

    Name

    Gets or sets the profile 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

    ServiceKind

    Gets or sets the service kind: REST or SOAP to which this profile applies.

    Declaration
    public ServiceKind ServiceKind { get; set; }
    Property Value
    Type Description
    ServiceKind

    Settings

    Gets or sets profile settings.

    Declaration
    public VirtualizationSettings Settings { get; set; }
    Property Value
    Type Description
    VirtualizationSettings

    Methods

    Equals(VirtualizationProfile)

    Declaration
    public bool Equals(VirtualizationProfile other)
    Parameters
    Type Name Description
    VirtualizationProfile other
    Returns
    Type Description
    Boolean

    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 objects are equal. False, if objects are not equal.

    Overrides
    DomainObjectBase.Equals(Object)

    GetHashCode()

    Returns the hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    Hash code of the current 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()

    Validates this domain object's state.

    Declaration
    public override bool Validate()
    Returns
    Type Description
    Boolean

    True if object's 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