ModelChunk Class¶
Constructors¶
-
ModelChunk
(System.String, System.String)¶ Represents the chunk for an [model]() statement.
Arguments: - baseType (System.String) – The base type of the view.
- modelType (System.String) – The type of the view’s Model.
public ModelChunk(string baseType, string modelType)
-