Méthode | Description | |
---|---|---|
ContentVersionRepository ( IRepository |
||
Delete ( ContentItem item ) : void | ||
DeleteVersionsOf ( ContentItem item ) : void | ||
Deserialize ( string xml ) : ContentItem | ||
DeserializeVersion ( N2.Edit.Versioning.ContentVersion version ) : ContentItem | ||
GetGreatestVersionIndex ( ContentItem item ) : int | ||
GetLatestVersion ( ContentItem item ) : ContentItem | ||
GetVersion ( ContentItem item, int versionIndex = -1 ) : N2.Edit.Versioning.ContentVersion | ||
GetVersions ( ContentItem item ) : IEnumerable |
||
GetVersionsScheduledForPublish ( System.DateTime publishVersionsScheduledBefore ) : IEnumerable |
||
Save ( ContentItem item, bool asPreviousVersion = true ) : N2.Edit.Versioning.ContentVersion | ||
Serialize ( ContentItem item ) : string | ||
SerializeVersion ( N2.Edit.Versioning.ContentVersion version, ContentItem item ) : void |
Méthode | Description | |
---|---|---|
ApplyCommonValuesRecursive ( ContentItem parent ) : void | ||
GetMaster ( ContentItem item ) : ContentItem |
public ContentVersionRepository ( IRepository |
||
repository | IRepository |
|
exporter | N2.Persistence.Serialization.Exporter | |
importer | N2.Persistence.Serialization.Importer | |
parser | IUrlParser | |
proxyFactory | IProxyFactory | |
Résultat | System |
public DeleteVersionsOf ( ContentItem item ) : void | ||
item | ContentItem | |
Résultat | void |
public Deserialize ( string xml ) : ContentItem | ||
xml | string | |
Résultat | ContentItem |
public DeserializeVersion ( N2.Edit.Versioning.ContentVersion version ) : ContentItem | ||
version | N2.Edit.Versioning.ContentVersion | |
Résultat | ContentItem |
public GetGreatestVersionIndex ( ContentItem item ) : int | ||
item | ContentItem | |
Résultat | int |
public GetLatestVersion ( ContentItem item ) : ContentItem | ||
item | ContentItem | |
Résultat | ContentItem |
public GetVersion ( ContentItem item, int versionIndex = -1 ) : N2.Edit.Versioning.ContentVersion | ||
item | ContentItem | |
versionIndex | int | |
Résultat | N2.Edit.Versioning.ContentVersion |
public GetVersions ( ContentItem item ) : IEnumerable |
||
item | ContentItem | |
Résultat | IEnumerable |
public GetVersionsScheduledForPublish ( System.DateTime publishVersionsScheduledBefore ) : IEnumerable |
||
publishVersionsScheduledBefore | System.DateTime | |
Résultat | IEnumerable |
public Save ( ContentItem item, bool asPreviousVersion = true ) : N2.Edit.Versioning.ContentVersion | ||
item | ContentItem | |
asPreviousVersion | bool | |
Résultat | N2.Edit.Versioning.ContentVersion |
public Serialize ( ContentItem item ) : string | ||
item | ContentItem | |
Résultat | string |
public SerializeVersion ( N2.Edit.Versioning.ContentVersion version, ContentItem item ) : void | ||
version | N2.Edit.Versioning.ContentVersion | |
item | ContentItem | |
Résultat | void |