Method GetPostingsFormat
GetPostingsFormat(String)
Gets the PostingsFormat instance from the provided name
.
Declaration
public virtual PostingsFormat GetPostingsFormat(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the PostingsFormat instance to retrieve. |
Returns
Type | Description |
---|---|
PostingsFormat | The PostingsFormat instance. |
Implements
GetPostingsFormat(Type)
Gets the PostingsFormat instance from the provided type
.
Declaration
protected virtual PostingsFormat GetPostingsFormat(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The |
Returns
Type | Description |
---|---|
PostingsFormat | The PostingsFormat instance. |