Méthode | Description | |
---|---|---|
ConnectionRecordController ( ) : System | ||
CreateConnectionRecord ( |
||
DeleteConnectionRecord ( |
||
DeleteConnectionRecord ( int connectionRecordId, int moduleId ) : void | ||
GetConnectionRecord ( int connectionRecordId, int moduleId ) : |
||
GetConnectionRecordByConnectionId ( string connectionId ) : |
||
GetConnectionRecords ( int moduleId ) : IEnumerable |
||
UpdateConnectionRecord ( |
public ConnectionRecordController ( ) : System | ||
Résultat | System |
public CreateConnectionRecord ( |
||
t | ||
Résultat | void |
public DeleteConnectionRecord ( |
||
t | ||
Résultat | void |
public DeleteConnectionRecord ( int connectionRecordId, int moduleId ) : void | ||
connectionRecordId | int | |
moduleId | int | |
Résultat | void |
public GetConnectionRecord ( int connectionRecordId, int moduleId ) : |
||
connectionRecordId | int | |
moduleId | int | |
Résultat |
public GetConnectionRecordByConnectionId ( string connectionId ) : |
||
connectionId | string | |
Résultat |
public GetConnectionRecords ( int moduleId ) : IEnumerable |
||
moduleId | int | |
Résultat | IEnumerable |
public UpdateConnectionRecord ( |
||
t | ||
Résultat | void |