DeploymentObjectAttributeData Class

Definition

public ref class DeploymentObjectAttributeData : IComparable<Microsoft::Web::Deployment::DeploymentObjectAttributeData ^>
public class DeploymentObjectAttributeData : IComparable<Microsoft.Web.Deployment.DeploymentObjectAttributeData>
type DeploymentObjectAttributeData = class
    interface IComparable<DeploymentObjectAttributeData>
Public Class DeploymentObjectAttributeData
Implements IComparable(Of DeploymentObjectAttributeData)
Inheritance
DeploymentObjectAttributeData
Implements

Constructors

DeploymentObjectAttributeData(String, Boolean)
DeploymentObjectAttributeData(String, Byte[], DeploymentObjectAttributeKind)
DeploymentObjectAttributeData(String, DateTime)
DeploymentObjectAttributeData(String, DeploymentObjectAttributeValue)
DeploymentObjectAttributeData(String, DeploymentObjectAttributeValue, DeploymentObjectAttributeKind)
DeploymentObjectAttributeData(String, Int64)
DeploymentObjectAttributeData(String, String)
DeploymentObjectAttributeData(String, String, DeploymentObjectAttributeKind)

Properties

Kind
Name
SerializedValue
Value

Methods

CompareTo(DeploymentObjectAttributeData)
Equals(Object)
GetHashCode()
GetValue<T>()

Operators

Equality(DeploymentObjectAttributeData, DeploymentObjectAttributeData)
GreaterThan(DeploymentObjectAttributeData, DeploymentObjectAttributeData)
Inequality(DeploymentObjectAttributeData, DeploymentObjectAttributeData)
LessThan(DeploymentObjectAttributeData, DeploymentObjectAttributeData)

Applies to