C# Class Finbourne.Access.Sdk.Model.PolicyIdRoleResource

Inheritance: IEquatable
Afficher le fichier Open project: finbourne/finbourne-access-sdk-csharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Equals ( input ) : bool

Returns true if PolicyIdRoleResource instances are equal

Equals ( object input ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

PolicyIdRoleResource ( List policies = default(List<PolicyId>), List policyCollections = default(List<PolicyCollectionId>) ) : System

Initializes a new instance of the PolicyIdRoleResource class.

ToJson ( ) : string

Returns the JSON string presentation of the object

ToString ( ) : string

Returns the string presentation of the object

Method Details

Equals() public méthode

Returns true if PolicyIdRoleResource instances are equal
public Equals ( input ) : bool
input Instance of PolicyIdRoleResource to be compared
Résultat bool

Equals() public méthode

Returns true if objects are equal
public Equals ( object input ) : bool
input object Object to be compared
Résultat bool

GetHashCode() public méthode

Gets the hash code
public GetHashCode ( ) : int
Résultat int

PolicyIdRoleResource() public méthode

Initializes a new instance of the PolicyIdRoleResource class.
public PolicyIdRoleResource ( List policies = default(List<PolicyId>), List policyCollections = default(List<PolicyCollectionId>) ) : System
policies List policies.
policyCollections List policyCollections.
Résultat System

ToJson() public méthode

Returns the JSON string presentation of the object
public ToJson ( ) : string
Résultat string

ToString() public méthode

Returns the string presentation of the object
public ToString ( ) : string
Résultat string