Method | Description | |
---|---|---|
AddIdentifier ( ProfilesRNSDLL personWork, ProfilesRNSDLL workExternalType, string identifier ) : void | ||
GetByPersonID ( int personID ) : List |
||
GetByPersonIDAndPubID ( int personID, string pubID ) : ProfilesRNSDLL.BO.ORCID.PersonWork | ||
GetForORCIDUpdate ( ProfilesRNSDLL orcidPerson, long subject, string sessionID ) : List |
||
GetForORCIDUpdate ( string internalUserName, long subject, string sessionID ) : List |
||
GetSuccessfullyProcessedWorks ( int personID ) : List |
||
Save ( BO bo ) : bool |
Method | Description | |
---|---|---|
AddIfAny ( BO person ) : bool | ||
AddIfAny ( BO person, System trans ) : bool | ||
GetDOI ( ProfilesRNSDLL pub, string partialUrl ) : string | ||
GetPublicationVisibility ( long subject ) : ProfilesRNSDLL.BO.ORCID.REFDecision | ||
Save ( BO bo, System trans ) : bool | ||
SetPersonMessageID ( BO person ) : void |
public static AddIdentifier ( ProfilesRNSDLL personWork, ProfilesRNSDLL workExternalType, string identifier ) : void | ||
personWork | ProfilesRNSDLL | |
workExternalType | ProfilesRNSDLL | |
identifier | string | |
return | void |
public GetByPersonIDAndPubID ( int personID, string pubID ) : ProfilesRNSDLL.BO.ORCID.PersonWork | ||
personID | int | |
pubID | string | |
return | ProfilesRNSDLL.BO.ORCID.PersonWork |
public GetForORCIDUpdate ( ProfilesRNSDLL orcidPerson, long subject, string sessionID ) : List |
||
orcidPerson | ProfilesRNSDLL | |
subject | long | |
sessionID | string | |
return | List |
public GetForORCIDUpdate ( string internalUserName, long subject, string sessionID ) : List |
||
internalUserName | string | |
subject | long | |
sessionID | string | |
return | List |
public GetSuccessfullyProcessedWorks ( int personID ) : List |
||
personID | int | |
return | List |