C# Class com.Sconit.Web.EntityPreferenceMgrProxy

Mostrar archivo Open project: Novthirteen/yfkey-scms

Private Properties

Property Type Description

Public Methods

Method Description
EntityPreferenceMgrProxy ( ) : System
LoadEntityPreference ( ) : IList
UpdateEntityPreference ( ) : void
UpdateEntityPreference ( EntityPreference entityPreference ) : void

Method Details

EntityPreferenceMgrProxy() public method

public EntityPreferenceMgrProxy ( ) : System
return System

LoadEntityPreference() public method

public LoadEntityPreference ( ) : IList
return IList

UpdateEntityPreference() public method

public UpdateEntityPreference ( ) : void
return void

UpdateEntityPreference() public method

public UpdateEntityPreference ( EntityPreference entityPreference ) : void
entityPreference EntityPreference
return void