IPhotos Interface

Namespace
OpenTl.Schema.Photos
Interfaces
Implementing Types
graph TD Interface0["IObject"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["IPhotos"] class Type type-node Type-.->Implementing0["TPhotos"] click Implementing0 "/OpenTl.Schema/api/OpenTl.Schema.Photos/TPhotos" Type-.->Implementing1["TPhotosSlice"] click Implementing1 "/OpenTl.Schema/api/OpenTl.Schema.Photos/TPhotosSlice"

Syntax

public interface IPhotos : IObject

Properties

Name Value Summary
Photos TVector<IPhoto>
Users TVector<IUser>

Extension Methods

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