Method | Description | |
---|---|---|
CanProcessItem ( object item ) : bool | ||
CleanUp ( string transactionName ) : void | ||
ConvertToWraperObject ( |
||
GetConvertedItemsForMapping ( ) : IEnumerable |
||
GetData ( ) : IQueryable |
||
GetDefaultSettings ( ) : PipeSettings | ||
GetPipeSettingsShortDescription ( PipeSettings initSettings ) : string | ||
Initialize ( PipeSettings pipeSettings ) : void | ||
PushData ( IList |
||
ToPublishingPoint ( ) : void | ||
publishNewsItems ( ) : void |
Method | Description | |
---|---|---|
CreateDefaultPipeDefinitions ( ) : IList |
||
DeserializeXml ( string url ) : IList |
||
GenerateItemHash ( |
||
GetDefaultMapping ( ) : List |
||
LoadWrapperObjectItems ( ) : IList |
Method | Description | |
---|---|---|
CreateImage ( System.Guid masterImageId, string albumTitle, string imageTitle, Stream imageStream, string imageExtension ) : string | ||
DownloadRemoteImageFile ( System.Guid masterImageId, string albumTitle, string imageTitle, string uri, string imageExtension ) : string | ||
GetAllNewsItems ( ) : List |
||
MakeValidFileName ( string name ) : string | ||
ModifyNewsPublicationDate ( System.Guid masterNewsId, System.DateTime pubDate ) : void | ||
convertIdToGuid ( string id ) : System.Guid | ||
readCategories ( string url ) : string | ||
readContent ( string url ) : string | ||
readImageID ( string url ) : string | ||
readImages ( string url ) : string |
public CleanUp ( string transactionName ) : void | ||
transactionName | string | |
return | void |
public ConvertToWraperObject ( |
||
item | ||
return | WrapperObject |
protected static CreateDefaultPipeDefinitions ( ) : IList |
||
return | IList |
protected DeserializeXml ( string url ) : IList |
||
url | string | |
return | IList |
protected GenerateItemHash ( |
||
item | ||
return | string |
public GetConvertedItemsForMapping ( ) : IEnumerable |
||
return | IEnumerable |
protected static GetDefaultMapping ( ) : List |
||
return | List |
public GetPipeSettingsShortDescription ( PipeSettings initSettings ) : string | ||
initSettings | PipeSettings | |
return | string |
public Initialize ( PipeSettings pipeSettings ) : void | ||
pipeSettings | PipeSettings | |
return | void |