|
|
|
@@ -39,7 +39,7 @@ PureGym.AuthTokenModule inherit obj
|
|
|
|
|
PureGym.AuthTokenModule.get [static method]: PureGym.UsernamePin -> System.Threading.CancellationToken -> PureGym.AuthToken System.Threading.Tasks.Task
|
|
|
|
|
PureGym.AuthTokenModule.ofBearerToken [static method]: string -> PureGym.AuthToken
|
|
|
|
|
PureGym.Gym inherit obj, implements PureGym.Gym System.IEquatable, System.Collections.IStructuralEquatable, PureGym.Gym System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
|
|
|
|
PureGym.Gym..ctor [constructor]: (string, int, int, PureGym.GymAddress, string, string, PureGym.GymOpeningHours, PureGym.GymAccessOptions, PureGym.GymLocation, string, string)
|
|
|
|
|
PureGym.Gym..ctor [constructor]: (string, int, int, PureGym.GymAddress, string, string, PureGym.GymOpeningHours, PureGym.GymAccessOptions, PureGym.GymLocation, string, string option)
|
|
|
|
|
PureGym.Gym.AccessOptions [property]: [read-only] PureGym.GymAccessOptions
|
|
|
|
|
PureGym.Gym.Address [property]: [read-only] PureGym.GymAddress
|
|
|
|
|
PureGym.Gym.EmailAddress [property]: [read-only] string
|
|
|
|
@@ -51,7 +51,7 @@ PureGym.Gym.get_Id [method]: unit -> int
|
|
|
|
|
PureGym.Gym.get_Location [method]: unit -> PureGym.GymLocation
|
|
|
|
|
PureGym.Gym.get_Name [method]: unit -> string
|
|
|
|
|
PureGym.Gym.get_PhoneNumber [method]: unit -> string
|
|
|
|
|
PureGym.Gym.get_ReopenDate [method]: unit -> string
|
|
|
|
|
PureGym.Gym.get_ReopenDate [method]: unit -> string option
|
|
|
|
|
PureGym.Gym.get_Status [method]: unit -> int
|
|
|
|
|
PureGym.Gym.get_TimeZone [method]: unit -> string
|
|
|
|
|
PureGym.Gym.GymOpeningHours [property]: [read-only] PureGym.GymOpeningHours
|
|
|
|
@@ -59,7 +59,7 @@ PureGym.Gym.Id [property]: [read-only] int
|
|
|
|
|
PureGym.Gym.Location [property]: [read-only] PureGym.GymLocation
|
|
|
|
|
PureGym.Gym.Name [property]: [read-only] string
|
|
|
|
|
PureGym.Gym.PhoneNumber [property]: [read-only] string
|
|
|
|
|
PureGym.Gym.ReopenDate [property]: [read-only] string
|
|
|
|
|
PureGym.Gym.ReopenDate [property]: [read-only] string option
|
|
|
|
|
PureGym.Gym.Status [property]: [read-only] int
|
|
|
|
|
PureGym.Gym.TimeZone [property]: [read-only] string
|
|
|
|
|
PureGym.GymAccessOptions inherit obj, implements PureGym.GymAccessOptions System.IEquatable, System.Collections.IStructuralEquatable, PureGym.GymAccessOptions System.IComparable, System.IComparable, System.Collections.IStructuralComparable
|
|
|
|
|