C# Класс Finbourne.Access.Sdk.Model.PolicyIdRoleResource

Наследование: IEquatable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Equals() публичный Метод

Returns true if PolicyIdRoleResource instances are equal
public Equals ( input ) : bool
input Instance of PolicyIdRoleResource to be compared
Результат bool

Equals() публичный Метод

Returns true if objects are equal
public Equals ( object input ) : bool
input object Object to be compared
Результат bool

GetHashCode() публичный Метод

Gets the hash code
public GetHashCode ( ) : int
Результат int

PolicyIdRoleResource() публичный Метод

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.
Результат System

ToJson() публичный Метод

Returns the JSON string presentation of the object
public ToJson ( ) : string
Результат string

ToString() публичный Метод

Returns the string presentation of the object
public ToString ( ) : string
Результат string