DataClassificationSet Class

Definition

Represents a set of data classifications.

public ref class DataClassificationSet sealed : IEquatable<Microsoft::Extensions::Compliance::Classification::DataClassificationSet ^>
public sealed class DataClassificationSet : IEquatable<Microsoft.Extensions.Compliance.Classification.DataClassificationSet>
type DataClassificationSet = class
    interface IEquatable<DataClassificationSet>
Public NotInheritable Class DataClassificationSet
Implements IEquatable(Of DataClassificationSet)
Inheritance
DataClassificationSet
Implements

Constructors

DataClassificationSet(DataClassification)

Initializes a new instance of the DataClassificationSet class.

DataClassificationSet(DataClassification[])

Initializes a new instance of the DataClassificationSet class.

DataClassificationSet(IEnumerable<DataClassification>)

Initializes a new instance of the DataClassificationSet class.

Methods

Equals(DataClassificationSet)

Compares an object with the current instance to see if they contain the same classifications.

Equals(Object)

Compares an object with the current instance to see if they contain the same classifications.

FromDataClassification(DataClassification)

Converts a single classification to a data classification set.

GetHashCode()

Gets a hash code for the current object instance.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string representation of this object.

Union(DataClassificationSet)

Creates a new data classification set that combines the current classifications with another set.

Operators

Implicit(DataClassification to DataClassificationSet)

Converts a single classification to a data classification set.

Applies to