Class VirtualizationProfile
Represents the service virtualization profile.
Inherited Members
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
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
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 | Hash code of the current instance. |
Overrides
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. |