Constructor MultiFacets
MultiFacets(String, IRPCTransport)
Declaration
public MultiFacets(string objectUID, IRPCTransport luceneRPCTransportLayer)
Parameters
Type |
Name |
Description |
System.String |
objectUID |
|
IRPCTransport |
luceneRPCTransportLayer |
|
MultiFacets(IDictionary<String, Facets>, Facets)
Create this, with the specified default Facets
for fields not included in dimToFacets
.
Declaration
public MultiFacets(IDictionary<string, Facets> dimToFacets, Facets defaultFacets = null)
Parameters
Type |
Name |
Description |
IDictionary<System.String, Facets> |
dimToFacets |
|
Facets |
defaultFacets |
|