Share via


ContractObject Class

 

Represents a data contract.

Namespace:   Microsoft.IdentityServer.PolicyModel.Configuration
Assembly:  Microsoft.IdentityServer (in Microsoft.IdentityServer.dll)

Inheritance Hierarchy

System.Object
  Microsoft.IdentityServer.PolicyModel.Configuration.ContractObject

Syntax

[DataContractAttribute(Namespace = "http://schemas.datacontract.org/2012/04/ADFS")]
public abstract class ContractObject : IExtensibleDataObject
[DataContractAttribute(Namespace = "http://schemas.datacontract.org/2012/04/ADFS")]
public ref class ContractObject abstract : IExtensibleDataObject
[<AbstractClass>]
[<DataContractAttribute(Namespace = "http://schemas.datacontract.org/2012/04/ADFS")>]
type ContractObject = 
    class
        interface IExtensibleDataObject
    end
<DataContractAttribute(Namespace := "http://schemas.datacontract.org/2012/04/ADFS")>
Public MustInherit Class ContractObject
    Implements IExtensibleDataObject

Constructors

Name Description
System_CAPS_protmethod ContractObject()

Initializes a new instance of the ContractObject class.

Properties

Name Description
System_CAPS_pubproperty ExtensionData

Contains data that is not recognized as belonging to the data contract.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static ContractNamespace

The schema that defines a contract.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.IdentityServer.PolicyModel.Configuration Namespace

Return to top