Interface IArcherModule
Inherited Members
IComparable.CompareTo(object)
Namespace: Estrelica.Archer.Metadata
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IArcherModule : IArcherEntity, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IComparable, IEquatable<IArcherEntity>, IArcherGuidEntity, IArcherNamedEntity, IArcherAliasedEntity, IArcherUpdateInfoEntity, IArcherASONamedEntity, IArcherASOEntity, IArcherEntityBase, IArcherBase
Properties
DelayCalcsForBulkActions
Description
Directory
Fields
HasReports
IsDeleted
IsGeneric
IsSystem
LanguageId
Levels
ModuleStatus
ModuleType
ModuleTypeId
Owners
Reports
Solutions
Declaration
IEnumerable<IArcherSolution> Solutions { get; }
Property Value
IEnumerable<IArcherSolution> |
Status
Methods
Content(Action<ISearchOptions>)
Declaration
IEnumerable<IArcherContentAccess> Content(Action<ISearchOptions> searchOptionsCallback = null)
Parameters
Action<ISearchOptions> searchOptionsCallback |
Returns
IEnumerable<IArcherContentAccess> |
Content(IEnumerable<int>, Action<ISearchDisplayFieldOptions>)
Declaration
IEnumerable<IArcherContentAccess> Content(IEnumerable<int> contentIds, Action<ISearchDisplayFieldOptions> fieldOptionsCallback = null)
Parameters
IEnumerable<int> contentIds |
Action<ISearchDisplayFieldOptions> fieldOptionsCallback |
Returns
IEnumerable<IArcherContentAccess> |
Content(int, Action<ISearchDisplayFieldOptions>)
Declaration
IArcherContentAccess Content(int contentId, Action<ISearchDisplayFieldOptions> fieldOptionsCallback = null)
Parameters
int contentId |
Action<ISearchDisplayFieldOptions> fieldOptionsCallback |
Returns
IArcherContentAccess |
Level(Guid, bool)
Declaration
IArcherLevel Level(Guid levelGuid, bool throwExceptionIfInvalid = true)
Parameters
Guid levelGuid |
bool throwExceptionIfInvalid |
Returns
IArcherLevel |
Level(int, bool)
Declaration
IArcherLevel Level(int levelId, bool throwExceptionIfInvalid = true)
Parameters
int levelId |
bool throwExceptionIfInvalid |
Returns
IArcherLevel |
Level(string, bool)
Declaration
IArcherLevel Level(string levelNameOrAlias = null, bool throwExceptionIfInvalid = true)
Parameters
string levelNameOrAlias |
bool throwExceptionIfInvalid |
Returns
IArcherLevel |