Method | Description | |
---|---|---|
AddAward ( System.Int64 subjectid, string label, string institution, string startdate, string enddate, |
||
AddCustomPublication ( |
||
AddEducationalTraining ( System.Int64 subjectid, string institution, string location, string degree, string enddate, string fieldOfStudy, |
||
AddExistingEntity ( System.Int64 subjectid, System.Int64 predicateid, System.Int64 objectid ) : bool | ||
AddLiteral ( System.Int64 subjectid, System.Int64 predicateid, System.Int64 objectid, |
||
AddNewEntity ( string label, string classuri ) : System.Int64 | ||
AddPublication ( int personID, long subjectID, int pmid, |
||
AddPublication ( string mpid, string pubmedxml ) : void | ||
AddUpdateFunding ( |
||
CheckPublicationExists ( string mpid ) : bool | ||
DeleteFunding ( System.Guid FundingRoleID, long subjectID ) : void | ||
DeleteOnePublication ( int personid, long subjectID, string pubid, |
||
DeletePublications ( int personid, long subjectid, bool deletePMID, bool deleteMPID ) : void | ||
DeleteTriple ( System.Int64 subjectid, System.Int64 predicateid, System.Int64 objectid ) : bool | ||
EditCustomPublication ( |
||
FundingUpdateOnePerson ( |
||
GetCustomPub ( string mpid ) : System.Data.SqlClient.SqlDataReader | ||
GetFunding ( int PersonID ) : List |
||
GetFundingItem ( System.Guid FundingRoleID ) : |
||
GetPersonID ( System.Int64 nodeid ) : int | ||
GetPubs ( int personid ) : List |
||
GetStoreNode ( string value ) : System.Int64 | ||
GetURIRelLink ( string URL, string &passeduri ) : |
||
MoveTripleDown ( System.Int64 subjectid, System.Int64 predicateid, System.Int64 objectid ) : bool | ||
MoveTripleUp ( System.Int64 subjectid, System.Int64 predicateid, System.Int64 objectid ) : bool | ||
ResizeImageFile ( byte imageFile, int targetSize ) : byte[] | ||
ResizeImageFile ( byte imageFile, int targetWidth, int targetHeight ) : byte[] | ||
SaveImage ( long subjectID, byte image, |
||
UpdateAward ( string subjecturi, string label, string institution, string startdate, string enddate, XmlDocument PropertyListXML ) : bool | ||
UpdateEducationalTraining ( string existingTrainingURI, long subjectID, string institution, string location, string degree, string enddate, string fieldOfStudy ) : bool | ||
UpdateEntityOnePerson ( int personid ) : void | ||
UpdateLiteral ( Int64 subjectid, Int64 predicateid, Int64 oldobjectid, Int64 newobjectid, XmlDocument PropertyListXML ) : bool | ||
UpdateSecuritySetting ( Int64 subjectid, Int64 predicateid, int securitygroup ) : bool | ||
getAutoCompleteSuggestions ( string text ) : string |
Method | Description | |
---|---|---|
ActivityLog ( |
||
ActivityLog ( |
Method | Description | |
---|---|---|
GetNodeId ( StoreNodeRequest snr ) : System.Int64 | ||
GetStoreTriple ( StoreTripleRequest str ) : bool | ||
StoreAwardReceipt ( StoreAwardReceiptRequest sarr ) : bool | ||
StoreEducationalTrainingReceipt ( EducationalTrainingRequest eatr ) : bool |
protected ActivityLog ( |
||
PropertyListXML | ||
subjectID | long | |
return | void |
protected ActivityLog ( |
||
PropertyListXML | ||
subjectID | long | |
param1 | string | |
param2 | string | |
return | void |
public AddAward ( System.Int64 subjectid, string label, string institution, string startdate, string enddate, |
||
subjectid | System.Int64 | |
label | string | |
institution | string | |
startdate | string | |
enddate | string | |
PropertyListXML | ||
return | bool |
public AddCustomPublication ( |
||
parameters | ||
personid | int | |
subjectID | long | |
PropertyListXML | ||
return | void |
public AddEducationalTraining ( System.Int64 subjectid, string institution, string location, string degree, string enddate, string fieldOfStudy, |
||
subjectid | System.Int64 | |
institution | string | |
location | string | |
degree | string | |
enddate | string | |
fieldOfStudy | string | |
PropertyListXML | ||
return | bool |
public AddExistingEntity ( System.Int64 subjectid, System.Int64 predicateid, System.Int64 objectid ) : bool | ||
subjectid | System.Int64 | |
predicateid | System.Int64 | |
objectid | System.Int64 | |
return | bool |
public AddLiteral ( System.Int64 subjectid, System.Int64 predicateid, System.Int64 objectid, |
||
subjectid | System.Int64 | |
predicateid | System.Int64 | |
objectid | System.Int64 | |
PropertyListXML | ||
return | bool |
public AddNewEntity ( string label, string classuri ) : System.Int64 | ||
label | string | |
classuri | string | |
return | System.Int64 |
public AddPublication ( int personID, long subjectID, int pmid, |
||
personID | int | |
subjectID | long | |
pmid | int | |
PropertyListXML | ||
return | void |
public AddPublication ( string mpid, string pubmedxml ) : void | ||
mpid | string | |
pubmedxml | string | |
return | void |
public AddUpdateFunding ( |
||
fs | ||
return | void |
public CheckPublicationExists ( string mpid ) : bool | ||
mpid | string | |
return | bool |
public DeleteFunding ( System.Guid FundingRoleID, long subjectID ) : void | ||
FundingRoleID | System.Guid | |
subjectID | long | |
return | void |
public DeleteOnePublication ( int personid, long subjectID, string pubid, |
||
personid | int | |
subjectID | long | |
pubid | string | |
PropertyListXML | ||
return | void |
public DeletePublications ( int personid, long subjectid, bool deletePMID, bool deleteMPID ) : void | ||
personid | int | |
subjectid | long | |
deletePMID | bool | |
deleteMPID | bool | |
return | void |
public DeleteTriple ( System.Int64 subjectid, System.Int64 predicateid, System.Int64 objectid ) : bool | ||
subjectid | System.Int64 | |
predicateid | System.Int64 | |
objectid | System.Int64 | |
return | bool |
public EditCustomPublication ( |
||
parameters | ||
subjectID | long | |
PropertyListXML | ||
return | void |
public FundingUpdateOnePerson ( |
||
fs | ||
return | void |
public GetCustomPub ( string mpid ) : System.Data.SqlClient.SqlDataReader | ||
mpid | string | |
return | System.Data.SqlClient.SqlDataReader |
public GetFundingItem ( System.Guid FundingRoleID ) : |
||
FundingRoleID | System.Guid | |
return |
public GetPersonID ( System.Int64 nodeid ) : int | ||
nodeid | System.Int64 | |
return | int |
public GetStoreNode ( string value ) : System.Int64 | ||
value | string | |
return | System.Int64 |
public GetURIRelLink ( string URL, string &passeduri ) : |
||
URL | string | |
passeduri | string | |
return |
public MoveTripleDown ( System.Int64 subjectid, System.Int64 predicateid, System.Int64 objectid ) : bool | ||
subjectid | System.Int64 | |
predicateid | System.Int64 | |
objectid | System.Int64 | |
return | bool |
public MoveTripleUp ( System.Int64 subjectid, System.Int64 predicateid, System.Int64 objectid ) : bool | ||
subjectid | System.Int64 | |
predicateid | System.Int64 | |
objectid | System.Int64 | |
return | bool |
public ResizeImageFile ( byte imageFile, int targetSize ) : byte[] | ||
imageFile | byte | |
targetSize | int | |
return | byte[] |
public ResizeImageFile ( byte imageFile, int targetWidth, int targetHeight ) : byte[] | ||
imageFile | byte | |
targetWidth | int | |
targetHeight | int | |
return | byte[] |
public SaveImage ( long subjectID, byte image, |
||
subjectID | long | |
image | byte | |
PropertyListXML | ||
return | bool |
public UpdateAward ( string subjecturi, string label, string institution, string startdate, string enddate, XmlDocument PropertyListXML ) : bool | ||
subjecturi | string | |
label | string | |
institution | string | |
startdate | string | |
enddate | string | |
PropertyListXML | XmlDocument | |
return | bool |
public UpdateEducationalTraining ( string existingTrainingURI, long subjectID, string institution, string location, string degree, string enddate, string fieldOfStudy ) : bool | ||
existingTrainingURI | string | |
subjectID | long | |
institution | string | |
location | string | |
degree | string | |
enddate | string | |
fieldOfStudy | string | |
return | bool |
public UpdateEntityOnePerson ( int personid ) : void | ||
personid | int | |
return | void |
public UpdateLiteral ( Int64 subjectid, Int64 predicateid, Int64 oldobjectid, Int64 newobjectid, XmlDocument PropertyListXML ) : bool | ||
subjectid | Int64 | |
predicateid | Int64 | |
oldobjectid | Int64 | |
newobjectid | Int64 | |
PropertyListXML | XmlDocument | |
return | bool |
public UpdateSecuritySetting ( Int64 subjectid, Int64 predicateid, int securitygroup ) : bool | ||
subjectid | Int64 | |
predicateid | Int64 | |
securitygroup | int | |
return | bool |
public getAutoCompleteSuggestions ( string text ) : string | ||
text | string | |
return | string |