C# Class Glass.Mapper.Sc.ItemVersionHandler

Inheritance: IItemVersionHandler
显示文件 Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
HasVersions ( System.Item item ) : bool
ItemVersionHandler ( Config config ) : System
VersionCountEnabled ( ) : bool
VersionCountEnabledAndHasVersions ( System.Item item ) : bool

Method Details

HasVersions() public method

public HasVersions ( System.Item item ) : bool
item System.Item
return bool

ItemVersionHandler() public method

public ItemVersionHandler ( Config config ) : System
config Config
return System

VersionCountEnabled() public method

public VersionCountEnabled ( ) : bool
return bool

VersionCountEnabledAndHasVersions() public method

public VersionCountEnabledAndHasVersions ( System.Item item ) : bool
item System.Item
return bool