C# Class SGDeContent.DataTypes.Content
Show file
Open project: sgdc/sgdc-old
Class Usage Examples
Public Properties
Public Methods
Method |
Description |
|
Content ( XmlDocument doc, ContentTypes type, double version ) : System |
|
|
Method Details
public Content ( XmlDocument doc, ContentTypes type, double version ) : System |
doc |
System.Xml.XmlDocument |
|
type |
ContentTypes |
|
version |
double |
|
return |
System |
|
Property Details
public ContentTypes Type |
return |
ContentTypes |
|
public double Version |
return |
double |
|
public XmlDocument,System.Xml document |
return |
System.Xml.XmlDocument |
|