Class NOPCMSBank
Represents NOPCMSBank that does nothing - indicating the absense of any CMS system
Inheritance
System.Object
NOPCMSBank
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Azos.Wave.dll
Syntax
public sealed class NOPCMSBank : ICMSBankImplementation, ICMSBank, IDisposable, IConfigurable, IInstrumentable, IExternallyParameterized
Fields
Instance
Declaration
public static readonly NOPCMSBank Instance
Field Value
Properties
ExternalParameters
Declaration
public IEnumerable<KeyValuePair<string, Type>> ExternalParameters { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Type>> |
|
InstrumentationEnabled
Declaration
public bool InstrumentationEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LatestVersion
Declaration
public IFileSystemVersion LatestVersion { get; }
Property Value
Versions
Declaration
public IEnumerable<IFileSystemVersion> Versions { get; }
Property Value
Methods
Declaration
public void Configure(IConfigSectionNode node)
Parameters
Dispose()
Declaration
ExternalGetParameter(String, out Object, String[])
Declaration
public bool ExternalGetParameter(string name, out object value, params string[] groups)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Object |
value |
|
System.String[] |
groups |
|
Returns
Type |
Description |
System.Boolean |
|
ExternalParametersForGroups(String[])
Declaration
public IEnumerable<KeyValuePair<string, Type>> ExternalParametersForGroups(params string[] groups)
Parameters
Type |
Name |
Description |
System.String[] |
groups |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Type>> |
|
ExternalSetParameter(String, Object, String[])
Declaration
public bool ExternalSetParameter(string name, object value, params string[] groups)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Object |
value |
|
System.String[] |
groups |
|
Returns
Type |
Description |
System.Boolean |
|
GetContext(Portal, IFileSystemVersion)
Declaration
public ICMSContext GetContext(Portal portal, IFileSystemVersion version)
Parameters
Returns
GetVersionByID(Int32)
Declaration
public IFileSystemVersion GetVersionByID(int verID)
Parameters
Type |
Name |
Description |
System.Int32 |
verID |
|
Returns
Implements
System.IDisposable
Extension Methods