Method | Description | |
---|---|---|
SecurityDBDataContext ( System connection ) : System.Data.Linq | ||
SecurityDBDataContext ( System connection, System mappingSource ) : System.Data.Linq | ||
SecurityDBDataContext ( string connection ) : System.Data.Linq | ||
SecurityDBDataContext ( string connection, System mappingSource ) : System.Data.Linq |
Method | Description | |
---|---|---|
DeleteGroup ( |
||
DeleteGroupAssociation ( |
||
DeleteSecurableContext ( |
||
InsertGroup ( Group instance ) : void | ||
InsertGroupAssociation ( GroupAssociation instance ) : void | ||
InsertSecurableContext ( SecurableContext instance ) : void | ||
OnCreated ( ) : void | ||
UpdateGroup ( Group instance ) : void | ||
UpdateGroupAssociation ( GroupAssociation instance ) : void | ||
UpdateSecurableContext ( SecurableContext instance ) : void |
public SecurityDBDataContext ( System connection ) : System.Data.Linq | ||
connection | System | |
return | System.Data.Linq |
public SecurityDBDataContext ( System connection, System mappingSource ) : System.Data.Linq | ||
connection | System | |
mappingSource | System | |
return | System.Data.Linq |
public SecurityDBDataContext ( string connection ) : System.Data.Linq | ||
connection | string | |
return | System.Data.Linq |
public SecurityDBDataContext ( string connection, System mappingSource ) : System.Data.Linq | ||
connection | string | |
mappingSource | System | |
return | System.Data.Linq |