Method | 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 | ||
return | System |
public CreateConnectionRecord ( |
||
t | ||
return | void |
public DeleteConnectionRecord ( |
||
t | ||
return | void |
public DeleteConnectionRecord ( int connectionRecordId, int moduleId ) : void | ||
connectionRecordId | int | |
moduleId | int | |
return | void |
public GetConnectionRecord ( int connectionRecordId, int moduleId ) : |
||
connectionRecordId | int | |
moduleId | int | |
return |
public GetConnectionRecordByConnectionId ( string connectionId ) : |
||
connectionId | string | |
return |
public GetConnectionRecords ( int moduleId ) : IEnumerable |
||
moduleId | int | |
return | IEnumerable |
public UpdateConnectionRecord ( |
||
t | ||
return | void |