Method | Description | |
---|---|---|
DateTimeClusteringStrategy ( ) : System |
Create a strategy that clusters by month/year
|
|
DateTimeClusteringStrategy ( DateTimePortion portions, string format ) : System |
Create a strategy that clusters around the given parts
|
|
GetClusterDisplayLabel ( ICluster cluster ) : string |
Gets the display label that the given cluster should use
|
|
GetClusterKey ( object model ) : object |
Get the cluster key by which the given model will be partitioned by this strategy
|
Method | Description | |
---|---|---|
DateToString ( DateTime dateTime ) : string |
Convert the given date into a user presentable string
|
public DateTimeClusteringStrategy ( ) : System | ||
return | System |
public DateTimeClusteringStrategy ( DateTimePortion portions, string format ) : System | ||
portions | DateTimePortion | |
format | string | |
return | System |
protected DateToString ( DateTime dateTime ) : string | ||
dateTime | DateTime | |
return | string |
public GetClusterDisplayLabel ( ICluster cluster ) : string | ||
cluster | ICluster | |
return | string |
public GetClusterKey ( object model ) : object | ||
model | object | |
return | object |