DSResource Constructor
Overloads
DSResource()
Declaration
public DSResource()
DSResource(Guid, String, String, String, String, String, IDictionary<String, String>, String)
Declaration
public DSResource(Guid id, string fullName, string type, string path, string username, string password, IDictionary<string, string> settings, string errStatus)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id | |
System.String | fullName | |
System.String | type | |
System.String | path | |
System.String | username | |
System.String | password | |
System.Collections.Generic.IDictionary<System.String, System.String> | settings | |
System.String | errStatus |
DSResource(XmlReader)
Declaration
public DSResource(XmlReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlReader | reader |