Class NodeCountService
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class NodeCountService : INodeCountService
Constructors
NodeCountService(IScopeProvider)
Declaration
public NodeCountService(IScopeProvider scopeProvider)
Parameters
Type |
Name |
Description |
IScopeProvider |
scopeProvider |
|
Methods
Declaration
public int GetMediaCount()
Returns
Type |
Description |
System.Int32 |
|
GetNodeCount(Guid)
Declaration
public int GetNodeCount(Guid nodeType)
Parameters
Type |
Name |
Description |
System.Guid |
nodeType |
|
Returns
Type |
Description |
System.Int32 |
|