DSResource Constructor
Overloads
DSResource() | ||
DSResource(Guid, String, String, String, String, String, IDictionary<String, String>, String) | ||
DSResource(XmlReader) |
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 |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!