113 lines
2.5 KiB
Groff
113 lines
2.5 KiB
Groff
.TH "CampusAppWP8.Model.BinaryModel" 3 "Thu Sep 12 2013" "CampusAppWp8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.Model.BinaryModel \-
|
|
.PP
|
|
Binary model\&.
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.PP
|
|
Inherits \fBCampusAppWP8\&.MainModel< T >\fP\&.
|
|
.PP
|
|
Inherited by \fBCampusAppWP8\&.File\&.Exams\&.ExamFile\fP\&.
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBBinaryModel\fP (\fBModelType\fP modelType, string fileName, string url)"
|
|
.br
|
|
.RI "\fIInitializes a new instance of the \fBBinaryModel\fP class\&.\fP"
|
|
.ti -1c
|
|
.RI "\fBBinaryModel\fP (\fBModelType\fP modelType, string sourceName)"
|
|
.br
|
|
.RI "\fIInitializes a new instance of the \fBBinaryModel\fP class\&.\fP"
|
|
.in -1c
|
|
.SS "Protected Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "override bool \fBDeserializeModel\fP (byte[] modelData)"
|
|
.br
|
|
.RI "\fIDeserialize model\&.\fP"
|
|
.ti -1c
|
|
.RI "override byte[] \fBSerializeModel\fP ()"
|
|
.br
|
|
.RI "\fIGets the serialize model\&.\fP"
|
|
.in -1c
|
|
.SS "Additional Inherited Members"
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Binary model\&.
|
|
|
|
Stubbfel, 03\&.09\&.2013\&.
|
|
.SH "Constructor & Destructor Documentation"
|
|
.PP
|
|
.SS "CampusAppWP8\&.Model\&.BinaryModel\&.BinaryModel (\fBModelType\fPmodelType, stringfileName, stringurl)"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBBinaryModel\fP class\&.Stubbfel, 03\&.09\&.2013\&.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fImodelType\fP Type of the model\&.
|
|
.br
|
|
\fIfileName\fP Filename of the file\&.
|
|
.br
|
|
\fIurl\fP URL of the document\&.
|
|
.RE
|
|
.PP
|
|
|
|
.SS "CampusAppWP8\&.Model\&.BinaryModel\&.BinaryModel (\fBModelType\fPmodelType, stringsourceName)"
|
|
|
|
.PP
|
|
Initializes a new instance of the \fBBinaryModel\fP class\&.Stubbfel, 03\&.09\&.2013\&.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fImodelType\fP Type of the model\&.
|
|
.br
|
|
\fIsourceName\fP Name of the source\&.
|
|
.RE
|
|
.PP
|
|
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "override bool CampusAppWP8\&.Model\&.BinaryModel\&.DeserializeModel (byte[]modelData)\fC [protected]\fP, \fC [virtual]\fP"
|
|
|
|
.PP
|
|
Deserialize model\&.Stubbfel, 03\&.09\&.2013\&.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fImodelData\fP Information describing the model\&.
|
|
.RE
|
|
.PP
|
|
\fBReturns:\fP
|
|
.RS 4
|
|
true if it succeeds, false if it fails\&.
|
|
.RE
|
|
.PP
|
|
|
|
.PP
|
|
Implements \fBCampusAppWP8\&.MainModel< T >\fP\&.
|
|
.SS "override byte [] CampusAppWP8\&.Model\&.BinaryModel\&.SerializeModel ()\fC [protected]\fP, \fC [virtual]\fP"
|
|
|
|
.PP
|
|
Gets the serialize model\&.Stubbfel, 03\&.09\&.2013\&.
|
|
.PP
|
|
\fBReturns:\fP
|
|
.RS 4
|
|
an byte Array\&.
|
|
.RE
|
|
.PP
|
|
|
|
.PP
|
|
Implements \fBCampusAppWP8\&.MainModel< T >\fP\&.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppWp8 from the source code\&.
|