Exemple #1
0
 /// <summary>
 /// Create the module during initialization of the client.
 /// </summary>
 /// <param name="client">The client that owns the module.</param>
 public RIDBClientModPermitEntrance(RIDBClient client) : base(client)
 {
     ;
 }
 /// <summary>
 /// Create the module during initialization of the client.
 /// </summary>
 /// <param name="client">The client that owns the module.</param>
 public RIDBClientModLink(RIDBClient client) : base(client)
 {
     ;
 }
 /// <summary>
 /// Create the module during initialization of the client.
 /// </summary>
 /// <param name="client">The client that owns the module.</param>
 public RIDBClientModActivity(RIDBClient client) : base(client)
 {
     ;
 }
Exemple #4
0
 /// <summary>
 /// Create the module during initialization of the client.
 /// </summary>
 /// <param name="client">The client that owns the module.</param>
 public RIDBClientModCampsite(RIDBClient client) : base(client)
 {
     ;
 }
Exemple #5
0
 /// <summary>
 /// Create the module during initialization of the client.
 /// </summary>
 /// <param name="client">The client that owns the module.</param>
 public RIDBClientModRecArea(RIDBClient client) : base(client)
 {
     ;
 }
 /// <summary>
 /// Construct a new module object.
 /// </summary>
 /// <param name="client">The client object that owns the client module.</param>
 public RIDBClientModule(RIDBClient client)
 {
     Client = client;
 }
Exemple #7
0
 /// <summary>
 /// Create the module during initialization of the client.
 /// </summary>
 /// <param name="client">The client that owns the module.</param>
 public RIDBClientModFacility(RIDBClient client) : base(client)
 {
     ;
 }
 /// <summary>
 /// Create the module during initialization of the client.
 /// </summary>
 /// <param name="client">The client that owns the module.</param>
 public RIDBClientModOrg(RIDBClient client) : base(client)
 {
     ;
 }
 /// <summary>
 /// Create the module during initialization of the client.
 /// </summary>
 /// <param name="client">The client that owns the module.</param>
 public RIDBClientModEvent(RIDBClient client) : base(client)
 {
     ;
 }
Exemple #10
0
 /// <summary>
 /// Create the module during initialization of the client.
 /// </summary>
 /// <param name="client">The client that owns the module.</param>
 public RIDBClientModMedia(RIDBClient client) : base(client)
 {
     ;
 }
Exemple #11
0
 /// <summary>
 /// Create the module during initialization of the client.
 /// </summary>
 /// <param name="client">The client that owns the module.</param>
 public RIDBClientModTour(RIDBClient client) : base(client)
 {
     ;
 }