C# Class Jstor.Domain.dc

Inheritance: RecordData, IDcProducer
Show file Open project: bibliopedia/bibliopedia Class Usage Examples

Public Methods

Method Description
AssignIdentity ( ) : void
ComputeIdentity ( ) : object
FromResponse ( Jstor searchRetrieveResponse ) : IEnumerable
MergeWith ( dc item ) : void
ProduceDc ( ) : IEnumerable
TestDc1 ( ) : dc
TestDc2 ( ) : dc
dc ( ) : System
dc ( JstorService other ) : System

Protected Methods

Method Description
UpdateDoi ( ) : void

Method Details

AssignIdentity() public method

public AssignIdentity ( ) : void
return void

ComputeIdentity() public method

public ComputeIdentity ( ) : object
return object

FromResponse() public static method

public static FromResponse ( Jstor searchRetrieveResponse ) : IEnumerable
searchRetrieveResponse Jstor
return IEnumerable

MergeWith() public method

public MergeWith ( dc item ) : void
item dc
return void

ProduceDc() public method

public ProduceDc ( ) : IEnumerable
return IEnumerable

TestDc1() public static method

public static TestDc1 ( ) : dc
return dc

TestDc2() public static method

public static TestDc2 ( ) : dc
return dc

UpdateDoi() protected method

protected UpdateDoi ( ) : void
return void

dc() public method

public dc ( ) : System
return System

dc() public method

public dc ( JstorService other ) : System
other JstorService
return System