Update powershell.md

add some colons
This commit is contained in:
Konstantin
2015-01-12 14:09:31 +03:00
parent d6cf016e3e
commit 19b66075f3
+5 -3
View File
@@ -1,6 +1,8 @@
# Powershell name convention
|Object| Notation |Example |
|------|------------|-------------|
|Cmdlet|PascalCase |Import-Module|
| Object | Verb-Noun | Notation | Length | Plural| Prefix | Suffix | Example |
|-----------|-----------|-----------------------|--------|-------|--------|--------|---------------------|
| Cmdlet | Yes | PascalCase (for Noun) | 50 | No | Yes | No | Import-PREFIXModule |
| Function | Yes | PascalCase (for Noun) | 50 | No | Yes | No | Get-PREFIXDbRecord |
| Parameter | No | PascalCase | 30 | No | No | No | MyParameter |