IPrivacyRules Interface

Namespace
OpenTl.Schema.Account
Interfaces
Implementing Types
graph TD Interface0["IObject"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["IPrivacyRules"] class Type type-node Type-.->Implementing0["TPrivacyRules"] click Implementing0 "/OpenTl.Schema/api/OpenTl.Schema.Account/TPrivacyRules"

Syntax

public interface IPrivacyRules : IObject

Properties

Name Value Summary
Rules TVector<IPrivacyRule>
Users TVector<IUser>

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils